Home | History | Annotate | Download | only in gatt

Lines Matching refs:tGATT_TCB

43 UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle)
81 BOOLEAN gatt_sr_cmd_empty (tGATT_TCB *p_tcb)
95 void gatt_dequeue_sr_cmd (tGATT_TCB *p_tcb)
258 tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if,
327 void gatt_process_exec_write_req (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data)
395 void gatt_process_read_multi_req (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data)
524 static tGATT_STATUS gatt_build_primary_service_rsp (BT_HDR *p_msg, tGATT_TCB *p_tcb,
752 void gatts_process_primary_service_req(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data)
822 static void gatts_process_find_info(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data)
897 static void gatts_process_mtu_req (tGATT_TCB *p_tcb, UINT16 len, UINT8 *p_data)
955 void gatts_process_read_by_type_req(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data)
1071 void gatts_process_write_req (tGATT_TCB *p_tcb, UINT8 i_rcb, UINT16 handle,
1160 static void gatts_process_read_req(tGATT_TCB *p_tcb, tGATT_SR_REG *p_rcb, UINT8 op_code,
1229 void gatts_process_attribute_req (tGATT_TCB *p_tcb, UINT8 op_code,
1303 static void gatts_proc_srv_chg_ind_ack(tGATT_TCB *p_tcb )
1330 static void gatts_chk_pending_ind(tGATT_TCB *p_tcb )
1355 static BOOLEAN gatts_proc_ind_ack(tGATT_TCB *p_tcb, UINT16 ack_handle)
1381 void gatts_process_value_conf(tGATT_TCB *p_tcb, UINT8 op_code)
1427 void gatt_server_handle_client_req (tGATT_TCB *p_tcb, UINT8 op_code,