Lines Matching refs:tGATT_CLCB
520 void gatt_start_rsp_timer(tGATT_CLCB* p_clcb) { in gatt_start_rsp_timer()
576 tGATT_CLCB* p_clcb = (tGATT_CLCB*)data; in gatt_rsp_timeout()
901 tGATT_CLCB* gatt_clcb_alloc(uint16_t conn_id) { in gatt_clcb_alloc()
903 tGATT_CLCB* p_clcb = NULL; in gatt_clcb_alloc()
934 void gatt_clcb_dealloc(tGATT_CLCB* p_clcb) { in gatt_clcb_dealloc()
937 memset(p_clcb, 0, sizeof(tGATT_CLCB)); in gatt_clcb_dealloc()
1129 void gatt_cmd_enq(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, bool to_send, in gatt_cmd_enq()
1146 tGATT_CLCB* gatt_cmd_dequeue(tGATT_TCB& tcb, uint8_t* p_op_code) { in gatt_cmd_dequeue()
1150 tGATT_CLCB* p_clcb = cmd.p_clcb; in gatt_cmd_dequeue()
1158 uint8_t gatt_send_write_msg(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, uint8_t op_code, in gatt_send_write_msg()
1181 void gatt_end_operation(tGATT_CLCB* p_clcb, tGATT_STATUS status, void* p_data) { in gatt_end_operation()
1254 tGATT_CLCB* p_clcb = &gatt_cb.clcb[i]; in gatt_cleanup_upon_disc()