Home | History | Annotate | Download | only in gatt

Lines Matching refs:tGATT_TCB

48 void gatt_send_prepare_write(tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb);
131 tGATT_TCB* p_tcb = p_clcb->p_tcb;
212 tGATT_TCB* p_tcb = p_clcb->p_tcb;
269 void gatt_send_queue_write_cancel(tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb,
291 bool gatt_check_write_long_terminate(tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb,
330 void gatt_send_prepare_write(tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb) {
375 void gatt_process_find_type_value_rsp(UNUSED_ATTR tGATT_TCB* p_tcb,
423 void gatt_process_read_info_rsp(UNUSED_ATTR tGATT_TCB* p_tcb,
476 tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb,
512 void gatt_process_error_rsp(tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb,
554 void gatt_process_prep_write_rsp(tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb,
599 void gatt_process_notification(tGATT_TCB* p_tcb, uint8_t op_code, uint16_t len,
684 void gatt_process_read_by_type_rsp(tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb,
872 void gatt_process_read_rsp(tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb,
965 void gatt_process_mtu_rsp(tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb, uint16_t len,
1011 bool gatt_cl_send_next_cmd_inq(tGATT_TCB* p_tcb) {
1063 void gatt_client_handle_server_rsp(tGATT_TCB* p_tcb, uint8_t op_code,