/system/bt/bta/gatt/ |
D | bta_gattc_act.cc | 261 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_alloc_clcb( in bta_gattc_process_api_open() local 284 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_cif( in bta_gattc_process_api_open_cancel() local 319 void bta_gattc_cancel_open_error(tBTA_GATTC_CLCB* p_clcb, in bta_gattc_cancel_open_error() 329 void bta_gattc_open_error(tBTA_GATTC_CLCB* p_clcb, in bta_gattc_open_error() 337 void bta_gattc_open_fail(tBTA_GATTC_CLCB* p_clcb, in bta_gattc_open_fail() 350 void bta_gattc_open(tBTA_GATTC_CLCB* p_clcb, tBTA_GATTC_DATA* p_data) { in bta_gattc_open() 400 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_alloc_clcb( in bta_gattc_init_bk_conn() local 432 void bta_gattc_cancel_open_ok(tBTA_GATTC_CLCB* p_clcb, in bta_gattc_cancel_open_ok() 444 void bta_gattc_cancel_open(tBTA_GATTC_CLCB* p_clcb, tBTA_GATTC_DATA* p_data) { in bta_gattc_cancel_open() 459 void bta_gattc_conn(tBTA_GATTC_CLCB* p_clcb, tBTA_GATTC_DATA* p_data) { in bta_gattc_conn() [all …]
|
D | bta_gattc_utils.cc | 85 tBTA_GATTC_CLCB* p_clcb = &bta_gattc_cb.clcb[0]; in bta_gattc_find_clcb_by_cif() local 105 tBTA_GATTC_CLCB* p_clcb = &bta_gattc_cb.clcb[0]; in bta_gattc_find_clcb_by_conn_id() local 127 tBTA_GATTC_CLCB* p_clcb = NULL; in bta_gattc_clcb_alloc() local 171 tBTA_GATTC_CLCB* p_clcb; in bta_gattc_find_alloc_clcb() local 189 void bta_gattc_clcb_dealloc(tBTA_GATTC_CLCB* p_clcb) { in bta_gattc_clcb_dealloc() 261 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_find_scb_by_cid() local 317 bool bta_gattc_enqueue(tBTA_GATTC_CLCB* p_clcb, tBTA_GATTC_DATA* p_data) { in bta_gattc_enqueue() 607 tBTA_GATTC_CLCB* p_clcb = NULL; in bta_gattc_find_int_conn_clcb() local 642 tBTA_GATTC_CLCB* p_clcb = NULL; in bta_gattc_find_int_disconn_clcb() local
|
D | bta_gattc_cache.cc | 136 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_discover_pri_service() local 151 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_explore_next_service() local 171 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_explore_srvc_finished() local 322 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_disc_res_cback() local 357 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_disc_cmpl_cback() local 402 void bta_gattc_search_service(tBTA_GATTC_CLCB* p_clcb, Uuid* p_uuid) { in bta_gattc_search_service() 429 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_get_services() local 469 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_get_characteristic() local 496 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_get_descriptor() local 522 tBTA_GATTC_CLCB* p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_get_owning_characteristic() local [all …]
|
D | bta_gattc_main.cc | 299 bool bta_gattc_sm_execute(tBTA_GATTC_CLCB* p_clcb, uint16_t event, in bta_gattc_sm_execute() 366 tBTA_GATTC_CLCB* p_clcb = NULL; in bta_gattc_hdl_event() local
|
/system/bt/stack/gatt/ |
D | gatt_cl.cc | 81 void gatt_act_discovery(tGATT_CLCB* p_clcb) { in gatt_act_discovery() 139 void gatt_act_read(tGATT_CLCB* p_clcb, uint16_t offset) { in gatt_act_read() 210 void gatt_act_write(tGATT_CLCB* p_clcb, uint8_t sec_act) { in gatt_act_write() 274 void gatt_send_queue_write_cancel(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, in gatt_send_queue_write_cancel() 297 bool gatt_check_write_long_terminate(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, in gatt_check_write_long_terminate() 328 void gatt_send_prepare_write(tGATT_TCB& tcb, tGATT_CLCB* p_clcb) { in gatt_send_prepare_write() 372 tGATT_CLCB* p_clcb, uint16_t len, in gatt_process_find_type_value_rsp() 417 void gatt_process_read_info_rsp(UNUSED_ATTR tGATT_TCB& tcb, tGATT_CLCB* p_clcb, in gatt_process_read_info_rsp() 470 void gatt_proc_disc_error_rsp(UNUSED_ATTR tGATT_TCB& tcb, tGATT_CLCB* p_clcb, in gatt_proc_disc_error_rsp() 506 void gatt_process_error_rsp(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, in gatt_process_error_rsp() [all …]
|
D | gatt_auth.cc | 46 static bool gatt_sign_data(tGATT_CLCB* p_clcb) { in gatt_sign_data() 130 void gatt_sec_check_complete(bool sec_check_ok, tGATT_CLCB* p_clcb, in gatt_sec_check_complete() 171 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 230 tGATT_CLCB* p_clcb = p_tcb->pending_enc_clcb.front(); in gatt_notify_enc_cmpl() local 271 tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB* p_clcb) { in gatt_determine_sec_act() 405 bool gatt_security_check_start(tGATT_CLCB* p_clcb) { in gatt_security_check_start()
|
D | gatt_attr.cc | 109 tGATT_PROFILE_CLCB* p_clcb = NULL; in gatt_profile_find_clcb_by_conn_id() local 131 tGATT_PROFILE_CLCB* p_clcb = NULL; in gatt_profile_find_clcb_by_bd_addr() local 158 tGATT_PROFILE_CLCB* p_clcb = NULL; in gatt_profile_clcb_alloc() local 186 void gatt_profile_clcb_dealloc(tGATT_PROFILE_CLCB* p_clcb) { in gatt_profile_clcb_dealloc() 314 tGATT_PROFILE_CLCB* p_clcb = in gatt_connect_cback() local 404 tGATT_PROFILE_CLCB* p_clcb = gatt_profile_find_clcb_by_conn_id(conn_id); in gatt_disc_res_cback() local 439 tGATT_PROFILE_CLCB* p_clcb = gatt_profile_find_clcb_by_conn_id(conn_id); in gatt_disc_cmpl_cback() local 595 static void gatt_cl_start_config_ccc(tGATT_PROFILE_CLCB* p_clcb) { in gatt_cl_start_config_ccc() 639 tGATT_PROFILE_CLCB* p_clcb = in GATT_ConfigServiceChangeCCC() local 677 tGATT_PROFILE_CLCB* p_clcb = gatt_profile_find_clcb_by_conn_id(conn_id); in gatt_svc_read_supp_feat_req() local
|
D | gatt_utils.cc | 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() local 903 tGATT_CLCB* p_clcb = NULL; in gatt_clcb_alloc() local 934 void gatt_clcb_dealloc(tGATT_CLCB* p_clcb) { in gatt_clcb_dealloc() 1129 void gatt_cmd_enq(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, bool to_send, in gatt_cmd_enq() 1150 tGATT_CLCB* p_clcb = cmd.p_clcb; in gatt_cmd_dequeue() local 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() local
|
D | gatt_api.cc | 592 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_ConfigureMTU() local 649 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Discover() local 704 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Read() local 782 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Write() local 835 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_ExecuteWrite() local 1026 tGATT_CLCB* p_clcb; in GATT_Deregister() local
|
D | att_protocol.cc | 416 tGATT_STATUS attp_cl_send_cmd(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, in attp_cl_send_cmd() 457 tGATT_STATUS attp_send_cl_msg(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, in attp_send_cl_msg()
|
D | gatt_int.h | 204 tGATT_CLCB* p_clcb; member
|
/system/bt/stack/srvc/ |
D | srvc_eng.cc | 70 tSRVC_CLCB* p_clcb = NULL; in srvc_eng_find_conn_id_by_bd_addr() local 93 tSRVC_CLCB* p_clcb = NULL; in srvc_eng_find_clcb_by_bd_addr() local 115 tSRVC_CLCB* p_clcb = NULL; in srvc_eng_find_clcb_by_conn_id() local 137 tSRVC_CLCB* p_clcb = NULL; in srvc_eng_find_clcb_idx_by_conn_id() local 160 tSRVC_CLCB* p_clcb = NULL; in srvc_eng_clcb_alloc() local 185 tSRVC_CLCB* p_clcb = NULL; in srvc_eng_clcb_dealloc() local 304 tSRVC_CLCB* p_clcb = srvc_eng_find_clcb_by_conn_id(conn_id); in srvc_eng_c_cmpl_cback() local 355 tSRVC_CLCB* p_clcb = srvc_eng_find_clcb_by_bd_addr(remote_bda); in srvc_eng_request_channel() local 376 tSRVC_CLCB* p_clcb = srvc_eng_find_clcb_by_conn_id(conn_id); in srvc_eng_release_channel() local
|
D | srvc_dis.cc | 193 tSRVC_CLCB* p_clcb = srvc_eng_find_clcb_by_conn_id(conn_id); in dis_gatt_c_read_dis_value_cmpl() local 256 void dis_c_cmpl_cback(tSRVC_CLCB* p_clcb, tGATTC_OPTYPE op, tGATT_STATUS status, in dis_c_cmpl_cback()
|
/system/bt/stack/gap/ |
D | gap_ble.cc | 290 tGAP_CLCB* p_clcb = find_clcb_by_bd_addr(bda); in client_connect_cback() local 309 tGAP_CLCB* p_clcb = ble_find_clcb_by_conn_id(conn_id); in client_cmpl_cback() local 360 tGAP_CLCB* p_clcb = find_clcb_by_bd_addr(peer_bda); in accept_client_operation() local 562 tGAP_CLCB* p_clcb = find_clcb_by_bd_addr(peer_bda); in GAP_BleCancelReadPeerDevName() local
|