Lines Matching refs:gatt_if
36 #define GATT_CREATE_CONN_ID(tcb_idx, gatt_if) \ argument
37 ((uint16_t)((((uint8_t)(tcb_idx)) << 8) | ((uint8_t)(gatt_if))))
192 tGATT_IF gatt_if{0}; /* one based */
282 tGATT_IF gatt_if; /* this service is belong to which application */ member
394 tGATT_IF gatt_if; member
447 tGATT_IF gatt_if);
449 extern void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb,
531 extern bool gatt_auto_connect_dev_remove(tGATT_IF gatt_if,
537 extern tGATT_STATUS gatt_sr_process_app_rsp(tGATT_TCB& tcb, tGATT_IF gatt_if,
549 extern bool gatt_cancel_open(tGATT_IF gatt_if, const RawAddress& bda);
556 extern tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if);
580 tGATT_IF gatt_if, bool is_inc,
582 extern void gatt_sr_update_prep_cnt(tGATT_TCB& tcb, tGATT_IF gatt_if,