diff options
Diffstat (limited to 'stack/gatt/eatt_int.h')
-rw-r--r-- | stack/gatt/eatt_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stack/gatt/eatt_int.h b/stack/gatt/eatt_int.h index 593cbb9a9..99cf78384 100644 --- a/stack/gatt/eatt_int.h +++ b/stack/gatt/eatt_int.h @@ -79,5 +79,6 @@ extern void eatt_disc_rsp_enq(tGATT_TCB* p_tcb, uint16_t cid, BT_HDR *p_msg); extern bool eatt_congest_notify_apps(tGATT_TCB* p_tcb, uint16_t cid, bool congested); extern tGATT_EBCB* gatt_find_eatt_bcb_using_all_cids(uint16_t lcid); extern void gatt_send_conn_cb_after_enc_failure(tGATT_TCB* p_tcb); +extern void gatt_move_att_ops_from_eatt_bcb(tGATT_TCB* p_tcb); #endif |