| /device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/ |
| D | bta_gattc_act.c | 322 tBTA_GATTC_CLCB *p_clcb = NULL; in bta_gattc_process_api_open() local 361 tBTA_GATTC_CLCB *p_clcb = NULL; in bta_gattc_process_api_open_cancel() local 423 void bta_gattc_cancel_open_error(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) in bta_gattc_cancel_open_error() 444 void bta_gattc_open_error(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) in bta_gattc_open_error() 466 void bta_gattc_open_fail(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) in bta_gattc_open_fail() 489 void bta_gattc_open(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) in bta_gattc_open() 530 tBTA_GATTC_CLCB *p_clcb; in bta_gattc_init_bk_conn() local 610 void bta_gattc_cancel_open_ok(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) in bta_gattc_cancel_open_ok() 631 void bta_gattc_cancel_open(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) in bta_gattc_cancel_open() 653 void bta_gattc_conn(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) in bta_gattc_conn() [all …]
|
| D | bta_gattc_utils.c | 171 tBTA_GATTC_CLCB *p_clcb = &bta_gattc_cb.clcb[0]; in bta_gattc_find_clcb_by_cif() local 195 tBTA_GATTC_CLCB *p_clcb = &bta_gattc_cb.clcb[0]; in bta_gattc_find_clcb_by_conn_id() local 220 tBTA_GATTC_CLCB *p_clcb = NULL; in bta_gattc_clcb_alloc() local 266 tBTA_GATTC_CLCB *p_clcb ; in bta_gattc_find_alloc_clcb() local 283 void bta_gattc_clcb_dealloc(tBTA_GATTC_CLCB *p_clcb) in bta_gattc_clcb_dealloc() 379 tBTA_GATTC_CLCB *p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_find_scb_by_cid() local 436 static BOOLEAN bta_gattc_has_prepare_command_in_queue(tBTA_GATTC_CLCB *p_clcb) in bta_gattc_has_prepare_command_in_queue() 462 BOOLEAN bta_gattc_enqueue(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) in bta_gattc_enqueue() 916 tBTA_GATTC_CLCB *p_clcb = NULL; in bta_gattc_find_int_conn_clcb() local 951 tBTA_GATTC_CLCB *p_clcb = NULL; in bta_gattc_find_int_disconn_clcb() local
|
| D | bta_gattc_cache.c | 451 tBTA_GATTC_CLCB *p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_discover_pri_service() local 582 tBTA_GATTC_CLCB *p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_explore_srvc() local 960 tBTA_GATTC_CLCB *p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_disc_res_cback() local 1033 tBTA_GATTC_CLCB *p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_disc_cmpl_cback() local 1081 void bta_gattc_search_service(tBTA_GATTC_CLCB *p_clcb, tBT_UUID *p_uuid) in bta_gattc_search_service() 1128 tBTA_GATTC_CLCB *p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_get_services() local 1191 tBTA_GATTC_CLCB *p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_get_characteristic() local 1226 tBTA_GATTC_CLCB *p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_get_descriptor() local 1314 tBTA_GATTC_CLCB *p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_get_db_with_opration() local 1679 tBTA_GATTC_CLCB *p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); in bta_gattc_get_db_size_handle() local [all …]
|
| D | bta_gattc_main.c | 271 BOOLEAN bta_gattc_sm_execute(tBTA_GATTC_CLCB *p_clcb, UINT16 event, tBTA_GATTC_DATA *p_data) in bta_gattc_sm_execute() 334 tBTA_GATTC_CLCB *p_clcb = NULL; in bta_gattc_hdl_event() local
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/ |
| D | gatt_cl.c | 78 void gatt_act_discovery(tGATT_CLCB *p_clcb) in gatt_act_discovery() 129 void gatt_act_read (tGATT_CLCB *p_clcb, UINT16 offset) in gatt_act_read() 213 void gatt_act_write (tGATT_CLCB *p_clcb, UINT8 sec_act) in gatt_act_write() 280 void gatt_send_queue_write_cancel (tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, tGATT_EXEC_FLAG flag) in gatt_send_queue_write_cancel() 301 BOOLEAN gatt_check_write_long_terminate(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, tGATT_VALUE *p_rsp_v… in gatt_check_write_long_terminate() 340 void gatt_send_prepare_write(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb) in gatt_send_prepare_write() 390 void gatt_process_find_type_value_rsp (tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT16 len, UINT8 *p_d… in gatt_process_find_type_value_rsp() 436 void gatt_process_read_info_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, in gatt_process_read_info_rsp() 496 void gatt_proc_disc_error_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 opcode, in gatt_proc_disc_error_rsp() 534 void gatt_process_error_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, in gatt_process_error_rsp() [all …]
|
| D | gatt_attr.c | 94 tGATT_PROFILE_CLCB *p_clcb = NULL; in gatt_profile_find_clcb_by_conn_id() local 117 tGATT_PROFILE_CLCB *p_clcb = NULL; in gatt_profile_find_clcb_by_bd_addr() local 141 tGATT_PROFILE_CLCB *p_clcb = NULL; in gatt_profile_clcb_alloc() local 169 void gatt_profile_clcb_dealloc (tGATT_PROFILE_CLCB *p_clcb) in gatt_profile_clcb_dealloc() 298 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_bd_addr(bda, transport); in gatt_connect_cback() local 397 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_conn_id(conn_id); in gatt_disc_res_cback() local 435 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_conn_id(conn_id); in gatt_disc_cmpl_cback() local 463 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_conn_id(conn_id); in gatt_cl_op_cmpl_cback() local 484 static void gatt_cl_start_config_ccc(tGATT_PROFILE_CLCB *p_clcb) in gatt_cl_start_config_ccc() 553 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_bd_addr (remote_bda, transport); in GATT_ConfigServiceChangeCCC() local
|
| D | gatt_auth.c | 44 static BOOLEAN gatt_sign_data (tGATT_CLCB *p_clcb) in gatt_sign_data() 141 void gatt_sec_check_complete(BOOLEAN sec_check_ok, tGATT_CLCB *p_clcb, UINT8 sec_act) in gatt_sec_check_complete() 297 tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB *p_clcb ) in gatt_determine_sec_act() 461 BOOLEAN gatt_security_check_start(tGATT_CLCB *p_clcb) in gatt_security_check_start()
|
| D | gatt_utils.c | 1274 tGATT_CLCB *p_clcb = gatt_clcb_find_by_idx(clcb_idx); in gatt_start_rsp_timer() local 1327 tGATT_CLCB *p_clcb = (tGATT_CLCB *)p_tle->param; in gatt_rsp_timeout() local 1685 tGATT_CLCB *p_clcb = gatt_clcb_find_by_conn_id(conn_id); in gatt_is_clcb_allocated() local 1705 tGATT_CLCB *p_clcb = NULL; in gatt_clcb_find_by_conn_id() local 1730 tGATT_CLCB *p_clcb = NULL; in gatt_clcb_find_by_idx() local 1753 tGATT_CLCB *p_clcb = NULL; in gatt_clcb_alloc() local 1784 void gatt_clcb_dealloc (tGATT_CLCB *p_clcb) in gatt_clcb_dealloc() 1857 tGATT_CLCB *p_clcb = NULL; in gatt_num_clcb_by_bd_addr() local 2168 tGATT_CLCB *p_clcb = NULL; in gatt_cmd_dequeue() local 2240 void gatt_end_operation(tGATT_CLCB *p_clcb, tGATT_STATUS status, void *p_data) in gatt_end_operation() [all …]
|
| D | gatt_api.c | 812 tGATT_CLCB *p_clcb; in GATTC_ConfigureMTU() local 858 tGATT_CLCB *p_clcb; in GATTC_Discover() local 920 tGATT_CLCB *p_clcb; in GATTC_Read() local 1000 tGATT_CLCB *p_clcb; in GATTC_Write() local 1065 tGATT_CLCB *p_clcb; in GATTC_ExecuteWrite() local 1244 tGATT_CLCB *p_clcb; in GATT_Deregister() local
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/ |
| D | gap_ble.c | 76 tGAP_CLCB *p_clcb = NULL; in gap_find_clcb_by_bd_addr() local 99 tGAP_CLCB *p_clcb = NULL; in gap_ble_find_clcb_by_conn_id() local 122 tGAP_CLCB *p_clcb = NULL; in gap_clcb_alloc() local 144 void gap_ble_dealloc_clcb(tGAP_CLCB *p_clcb) in gap_ble_dealloc_clcb() 169 BOOLEAN gap_ble_enqueue_request (tGAP_CLCB *p_clcb, UINT16 uuid, tGAP_BLE_CMPL_CBACK *p_cback) in gap_ble_enqueue_request() 191 BOOLEAN gap_ble_dequeue_request (tGAP_CLCB *p_clcb, UINT16 *p_uuid, tGAP_BLE_CMPL_CBACK **p_cback) in gap_ble_dequeue_request() 506 BOOLEAN gap_ble_send_cl_read_request(tGAP_CLCB *p_clcb) in gap_ble_send_cl_read_request() 540 void gap_ble_cl_op_cmpl(tGAP_CLCB *p_clcb, BOOLEAN status, UINT16 len, UINT8 *p_name) in gap_ble_cl_op_cmpl() 577 tGAP_CLCB *p_clcb = gap_find_clcb_by_bd_addr (bda); in gap_ble_c_connect_cback() local 609 tGAP_CLCB *p_clcb = gap_ble_find_clcb_by_conn_id(conn_id); in gap_ble_c_cmpl_cback() local [all …]
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/esp/ble_button/ |
| D | button_pro.c | 225 but_clcb_t *p_clcb = NULL; in button_env_clcb_alloc() local 251 but_clcb_t *p_clcb = NULL; in button_env_find_conn_id_by_bd_adddr() local 275 but_clcb_t *p_clcb = NULL; in button_env_clcb_dealloc() local
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/ |
| D | wx_airsync_prf.c | 200 tAirSync_CLCB *p_clcb = NULL; in airsync_env_clcb_alloc() local 226 tAirSync_CLCB *p_clcb = NULL; in airsync_env_find_conn_id_by_bd_adddr() local
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/ |
| D | gatt_int.h | 445 tGATT_CLCB *p_clcb; member 454 tGATT_CLCB *p_clcb; member
|