Home
last modified time | relevance | path

Searched defs:p_clcb (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_act.cc299 for (auto& p_clcb : bta_gattc_cb.clcb_set) { in bta_gattc_deregister() local
347 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_alloc_clcb( in bta_gattc_process_api_open() local
372 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_cif( in bta_gattc_process_api_open_cancel() local
407 void bta_gattc_cancel_open_error(tBTA_GATTC_CLCB* p_clcb, const tBTA_GATTC_DATA* /* p_data */) { in bta_gattc_cancel_open_error()
417 void bta_gattc_open_error(tBTA_GATTC_CLCB* p_clcb, const tBTA_GATTC_DATA* /* p_data */) { in bta_gattc_open_error()
424 void bta_gattc_open_fail(tBTA_GATTC_CLCB* p_clcb, const tBTA_GATTC_DATA* p_data) { in bta_gattc_open_fail()
444 void bta_gattc_open(tBTA_GATTC_CLCB* p_clcb, const tBTA_GATTC_DATA* p_data) { in bta_gattc_open()
501 tBTA_GATTC_CLCB* p_clcb = in bta_gattc_init_bk_conn() local
543 void bta_gattc_cancel_open_ok(tBTA_GATTC_CLCB* p_clcb, const tBTA_GATTC_DATA* /* p_data */) { in bta_gattc_cancel_open_ok()
554 void bta_gattc_cancel_open(tBTA_GATTC_CLCB* p_clcb, const tBTA_GATTC_DATA* p_data) { in bta_gattc_cancel_open()
[all …]
Dbta_gattc_utils.cc118 for (auto& p_clcb : bta_gattc_cb.clcb_set) { in bta_gattc_find_clcb_by_cif() local
125 tBTA_GATTC_CLCB* p_clcb = &bta_gattc_cb.clcb[0]; in bta_gattc_find_clcb_by_cif() local
147 for (auto& p_clcb : bta_gattc_cb.clcb_set) { in bta_gattc_find_clcb_by_conn_id() local
153 tBTA_GATTC_CLCB* p_clcb = &bta_gattc_cb.clcb[0]; in bta_gattc_find_clcb_by_conn_id() local
175 tBTA_GATTC_CLCB* p_clcb = NULL; in bta_gattc_clcb_alloc() local
248 tBTA_GATTC_CLCB* p_clcb; in bta_gattc_find_alloc_clcb() local
286 void bta_gattc_clcb_dealloc(tBTA_GATTC_CLCB* p_clcb) { in bta_gattc_clcb_dealloc()
416 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_find_scb_by_cid() local
466 void bta_gattc_send_mtu_response(tBTA_GATTC_CLCB* p_clcb, const tBTA_GATTC_DATA* p_data, in bta_gattc_send_mtu_response()
486 void bta_gattc_continue(tBTA_GATTC_CLCB* p_clcb) { in bta_gattc_continue()
[all …]
Dbta_gattc_cache.cc134 RobustCachingSupport GetRobustCachingSupport(const tBTA_GATTC_CLCB* p_clcb, in GetRobustCachingSupport()
209 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_discover_pri_service() local
225 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_explore_next_service() local
285 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_explore_srvc_finished() local
445 void bta_gattc_op_cmpl_during_discovery(tBTA_GATTC_CLCB* p_clcb, const tBTA_GATTC_DATA* p_data) { in bta_gattc_op_cmpl_during_discovery()
468 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_disc_res_cback() local
506 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_disc_cmpl_cback() local
573 void bta_gattc_search_service(tBTA_GATTC_CLCB* p_clcb, Uuid* p_uuid) { in bta_gattc_search_service()
605 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_get_services() local
650 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_get_characteristic() local
[all …]
Dbta_gattc_main.cc245 bool bta_gattc_sm_execute(tBTA_GATTC_CLCB* p_clcb, uint16_t event, const tBTA_GATTC_DATA* p_data) { in bta_gattc_sm_execute()
306 tBTA_GATTC_CLCB* p_clcb = NULL; in bta_gattc_hdl_event() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_cl.cc92 void gatt_act_discovery(tGATT_CLCB* p_clcb) { in gatt_act_discovery()
147 void gatt_act_read(tGATT_CLCB* p_clcb, uint16_t offset) { in gatt_act_read()
225 void gatt_act_write(tGATT_CLCB* p_clcb, uint8_t sec_act) { in gatt_act_write()
287 void gatt_send_queue_write_cancel(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, tGATT_EXEC_FLAG flag) { in gatt_send_queue_write_cancel()
310 static bool gatt_check_write_long_terminate(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, in gatt_check_write_long_terminate()
341 void gatt_send_prepare_write(tGATT_TCB& tcb, tGATT_CLCB* p_clcb) { in gatt_send_prepare_write()
392 static void gatt_process_find_type_value_rsp(tGATT_TCB& /* tcb */, tGATT_CLCB* p_clcb, uint16_t len, in gatt_process_find_type_value_rsp()
437 static void gatt_process_read_info_rsp(tGATT_TCB& /* tcb */, tGATT_CLCB* p_clcb, in gatt_process_read_info_rsp()
495 static void gatt_proc_disc_error_rsp(tGATT_TCB& /* tcb */, tGATT_CLCB* p_clcb, uint8_t opcode, in gatt_proc_disc_error_rsp()
529 static void gatt_process_error_rsp(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, uint8_t /* op_code */, in gatt_process_error_rsp()
[all …]
Dgatt_attr.cc145 tGATT_PROFILE_CLCB* p_clcb = NULL; in gatt_profile_find_clcb_by_conn_id() local
168 tGATT_PROFILE_CLCB* p_clcb = NULL; in gatt_profile_find_clcb_by_bd_addr() local
194 tGATT_PROFILE_CLCB* p_clcb = NULL; in gatt_profile_clcb_alloc() local
223 static void gatt_profile_clcb_dealloc(tGATT_PROFILE_CLCB* p_clcb) { in gatt_profile_clcb_dealloc()
380 tGATT_PROFILE_CLCB* p_clcb = gatt_profile_find_clcb_by_bd_addr(bda, transport); in gatt_connect_cback() local
482 tGATT_PROFILE_CLCB* p_clcb = gatt_profile_find_clcb_by_conn_id(conn_id); in gatt_disc_res_cback() local
525 tGATT_PROFILE_CLCB* p_clcb = gatt_profile_find_clcb_by_conn_id(conn_id); in gatt_disc_cmpl_cback() local
708 static void gatt_cl_start_config_ccc(tGATT_PROFILE_CLCB* p_clcb) { in gatt_cl_start_config_ccc()
766 tGATT_PROFILE_CLCB* p_clcb = gatt_profile_find_clcb_by_bd_addr(remote_bda, transport); in GATT_ConfigServiceChangeCCC() local
883 tGATT_PROFILE_CLCB* p_clcb; in gatt_cl_read_sr_supp_feat_req() local
[all …]
Dgatt_auth.cc53 static bool gatt_sign_data(tGATT_CLCB* p_clcb) { in gatt_sign_data()
134 static void gatt_sec_check_complete(bool sec_check_ok, tGATT_CLCB* p_clcb, uint8_t sec_act) { in gatt_sec_check_complete()
174 tGATT_CLCB* p_clcb = p_tcb->pending_enc_clcb.front(); in gatt_enc_cmpl_cback() local
193 tGATT_CLCB* p_clcb = p_tcb->pending_enc_clcb.front(); in gatt_enc_cmpl_cback() local
238 tGATT_CLCB* p_clcb = p_tcb->pending_enc_clcb.front(); in gatt_notify_enc_cmpl() local
281 static tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB* p_clcb) { in gatt_determine_sec_act()
412 bool gatt_security_check_start(tGATT_CLCB* p_clcb) { in gatt_security_check_start()
Dgatt_utils.cc632 void gatt_start_rsp_timer(tGATT_CLCB* p_clcb) { in gatt_start_rsp_timer()
656 void gatt_stop_rsp_timer(tGATT_CLCB* p_clcb) { alarm_cancel(p_clcb->gatt_rsp_timer_ent); } in gatt_stop_rsp_timer()
741 tGATT_CLCB* p_clcb = (tGATT_CLCB*)data; in gatt_rsp_timeout() local
1108 auto p_clcb = &(gatt_cb.clcb_queue.back()); in gatt_clcb_alloc() local
1227 static void gatt_clcb_dealloc(tGATT_CLCB* p_clcb) { in gatt_clcb_dealloc()
1250 void gatt_clcb_invalidate(tGATT_TCB* p_tcb, const tGATT_CLCB* p_clcb) { in gatt_clcb_invalidate()
1658 bool gatt_cmd_enq(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, bool to_send, uint8_t op_code, in gatt_cmd_enq()
1703 tGATT_CLCB* p_clcb = cmd.p_clcb; in gatt_cmd_dequeue() local
1719 tGATT_STATUS gatt_send_write_msg(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, uint8_t op_code, in gatt_send_write_msg()
1753 void gatt_end_operation(tGATT_CLCB* p_clcb, tGATT_STATUS status, void* p_data) { in gatt_end_operation()
[all …]
Dgatt_api.cc723 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_ConfigureMTU() local
905 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Discover() local
964 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Read() local
1065 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Write() local
1116 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_ExecuteWrite() local
Datt_protocol.cc467 static tGATT_STATUS attp_cl_send_cmd(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, uint8_t cmd_code, in attp_cl_send_cmd()
554 tGATT_STATUS attp_send_cl_msg(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, uint8_t op_code, in attp_send_cl_msg()
Dgatt_int.h207 tGATT_CLCB* p_clcb; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_eng.cc72 tSRVC_CLCB* p_clcb = NULL; in srvc_eng_find_clcb_by_bd_addr() local
93 tSRVC_CLCB* p_clcb = NULL; in srvc_eng_find_clcb_by_conn_id() local
115 tSRVC_CLCB* p_clcb = NULL; in srvc_eng_clcb_alloc() local
139 tSRVC_CLCB* p_clcb = NULL; in srvc_eng_clcb_dealloc() local
166 tSRVC_CLCB* p_clcb = srvc_eng_find_clcb_by_conn_id(conn_id); in srvc_eng_c_cmpl_cback() local
214 tSRVC_CLCB* p_clcb = srvc_eng_find_clcb_by_bd_addr(remote_bda); in srvc_eng_request_channel() local
238 tSRVC_CLCB* p_clcb = srvc_eng_find_clcb_by_conn_id(conn_id); in srvc_eng_release_channel() local
Dsrvc_dis.cc79 tSRVC_CLCB* p_clcb = srvc_eng_find_clcb_by_conn_id(conn_id); in dis_gatt_c_read_dis_value_cmpl() local
157 void dis_c_cmpl_cback(tSRVC_CLCB* p_clcb, tGATTC_OPTYPE op, tGATT_STATUS status, in dis_c_cmpl_cback()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc314 tGAP_CLCB* p_clcb = find_clcb_by_bd_addr(bda); in client_connect_cback() local
339 tGAP_CLCB* p_clcb = ble_find_clcb_by_conn_id(conn_id); in client_cmpl_cback() local
403 tGAP_CLCB* p_clcb = find_clcb_by_bd_addr(peer_bda); in accept_client_operation() local
594 tGAP_CLCB* p_clcb = find_clcb_by_bd_addr(peer_bda); in GAP_BleCancelReadPeerDevName() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/gatt/
Dmock_gatt_utils_ref.cc40 tGATT_STATUS attp_send_cl_msg(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, uint8_t op_code, in attp_send_cl_msg()
50 void gatt_act_discovery(tGATT_CLCB* p_clcb) {} in gatt_act_discovery()