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))))
194 tGATT_IF gatt_if; /* one based */ member
263 tGATT_IF gatt_if; /* this service is belong to which application */ member
364 tGATT_IF gatt_if; member
415 tGATT_IF gatt_if);
417 extern void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb,
487 extern bool gatt_auto_connect_dev_remove(tGATT_IF gatt_if,
493 extern tGATT_STATUS gatt_sr_process_app_rsp(tGATT_TCB& tcb, tGATT_IF gatt_if,
503 extern bool gatt_cancel_open(tGATT_IF gatt_if, const RawAddress& bda);
508 extern tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if);
518 extern void gatt_sr_update_cback_cnt(tGATT_TCB& p_tcb, tGATT_IF gatt_if,
520 extern void gatt_sr_update_prep_cnt(tGATT_TCB& tcb, tGATT_IF gatt_if,