/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/sdp/ |
D | bta_sdp_act.c | 108 static void bta_create_mns_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_mns_sdp_record() 143 static void bta_create_mas_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_mas_sdp_record() 189 static void bta_create_pse_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_pse_sdp_record() 229 static void bta_create_pce_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_pce_sdp_record() 251 static void bta_create_ops_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_ops_sdp_record() 325 static void bta_create_sap_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_sap_sdp_record() 352 static void bta_create_raw_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_raw_sdp_record() 394 tSDP_DISC_REC *p_rec = NULL; in bta_sdp_search_cback() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_api.c | 266 tSDP_DISC_REC *p_rec; in SDP_FindAttributeInDb() local 308 tSDP_DISC_ATTR *SDP_FindAttributeInRec (tSDP_DISC_REC *p_rec, UINT16 attr_id) in SDP_FindAttributeInRec() 339 BOOLEAN SDP_FindServiceUUIDInRec(tSDP_DISC_REC *p_rec, tBT_UUID *p_uuid) in SDP_FindServiceUUIDInRec() 418 BOOLEAN SDP_FindServiceUUIDInRec_128bit(tSDP_DISC_REC *p_rec, tBT_UUID *p_uuid) in SDP_FindServiceUUIDInRec_128bit() 475 tSDP_DISC_REC *p_rec; in SDP_FindServiceInDb() local 574 tSDP_DISC_REC *p_rec; in SDP_FindServiceInDb_128bit() local 636 tSDP_DISC_REC *p_rec; in SDP_FindServiceUUIDInDb() local 752 BOOLEAN SDP_FindProtocolListElemInRec (tSDP_DISC_REC *p_rec, UINT16 layer_uuid, tSDP_PROTOCOL_ELEM … in SDP_FindProtocolListElemInRec() 783 BOOLEAN SDP_FindAddProtoListsElemInRec (tSDP_DISC_REC *p_rec, UINT16 layer_uuid, tSDP_PROTOCOL_ELEM… in SDP_FindAddProtoListsElemInRec() 826 BOOLEAN SDP_FindProfileVersionInRec (tSDP_DISC_REC *p_rec, UINT16 profile_uuid, UINT16 *p_version) in SDP_FindProfileVersionInRec()
|
D | sdp_db.c | 63 tSDP_RECORD *sdp_db_service_search (tSDP_RECORD *p_rec, tSDP_UUID_SEQ *p_seq) in sdp_db_service_search() 172 tSDP_RECORD *p_rec; in sdp_db_find_record() local 199 tSDP_ATTRIBUTE *sdp_db_find_attr_in_rec (tSDP_RECORD *p_rec, UINT16 start_attr, in sdp_db_find_attr_in_rec() 291 tSDP_RECORD *p_rec = NULL; in SDP_CreateRecord() local 351 tSDP_RECORD *p_rec = NULL; in SDP_DeleteRecord() local 409 tSDP_RECORD *p_rec = NULL; in SDP_AddAttribute() local 873 tSDP_RECORD *p_rec = NULL; in SDP_DeleteAttribute() local 944 tSDP_RECORD *p_rec; in SDP_ReadRecord() local
|
D | sdp_server.c | 179 tSDP_RECORD *p_rec = NULL; in process_service_search() local 316 tSDP_RECORD *p_rec; in process_service_attr_req() local 555 tSDP_RECORD *p_rec; in process_service_search_attr_req() local
|
D | sdp_discovery.c | 710 tSDP_DISC_REC *p_rec; in save_attr_seq() local 768 tSDP_DISC_REC *p_rec; in add_record() local 811 static UINT8 *add_attr (UINT8 *p, tSDP_DISCOVERY_DB *p_db, tSDP_DISC_REC *p_rec, in add_attr()
|
D | sdp_utils.c | 841 tSDP_RECORD *p_rec; in sdpu_get_list_len() local 869 UINT16 sdpu_get_attrib_seq_len(tSDP_RECORD *p_rec, tSDP_ATTR_SEQ *attr_seq) in sdpu_get_attrib_seq_len()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble.c | 1278 tBTM_SEC_DEV_REC *p_rec; in btm_sec_save_le_key() local 1426 tBTM_SEC_DEV_REC *p_rec; in btm_ble_update_sec_key_size() local 1447 tBTM_SEC_DEV_REC *p_rec; in btm_ble_read_sec_key_size() local 1543 tBTM_SEC_DEV_REC *p_rec = btm_find_dev (bd_addr); in btm_ble_set_encryption() local 1649 tBTM_SEC_DEV_REC *p_rec = btm_find_dev (bda); in btm_ble_start_encrypt() local 1750 tBTM_SEC_DEV_REC *p_rec = btm_find_dev (bda); in btm_ble_ltk_request_reply() local 1895 static void btm_ble_resolve_random_addr_on_conn_cmpl(void *p_rec, void *p_data) in btm_ble_resolve_random_addr_on_conn_cmpl() 2318 tBTM_SEC_DEV_REC *p_rec = btm_find_dev (bd_addr); local 2376 tBTM_SEC_DEV_REC *p_rec = btm_find_dev (bd_addr); local
|
D | btm_sec.c | 6208 BOOLEAN btm_sec_find_bonded_dev (UINT8 start_idx, UINT16 *p_found_handle, tBTM_SEC_DEV_REC **p_rec) in btm_sec_find_bonded_dev()
|
D | btm_ble_gap.c | 1161 static void btm_ble_resolve_random_addr_on_adv(void *p_rec, void *p) in btm_ble_resolve_random_addr_on_adv()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 148 static void bta_gattc_display_explore_record(tBTA_GATTC_ATTR_REC *p_rec, UINT8 num_rec) in bta_gattc_display_explore_record() 429 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_get_disc_range() local 586 tBTA_GATTC_ATTR_REC *p_rec = p_srvc_cb->p_srvc_list + p_srvc_cb->cur_srvc_idx; in bta_gattc_explore_srvc() local 669 tBTA_GATTC_ATTR_REC *p_rec = p_srvc_cb->p_srvc_list + p_srvc_cb->cur_char_idx; in bta_gattc_char_disc_cmpl() local 699 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_char_dscpt_disc_cmpl() local 731 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_srvc_in_list() local 765 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_add_srvc_to_list() local 802 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_add_char_to_list() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/hid/ |
D | hidh_api.c | 82 void hidh_get_str_attr( tSDP_DISC_REC *p_rec, UINT16 attr_id, UINT16 max_len, char *str ) in hidh_get_str_attr() 104 tSDP_DISC_REC *p_rec; in hidh_search_callback() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_sdp.c | 225 tSDP_DISC_REC *p_rec = NULL; in bta_hf_client_sdp_find_attr() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/a2dp/ |
D | a2d_api.c | 61 tSDP_DISC_REC *p_rec = NULL; in a2d_sdp_cback() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_sdp.c | 285 tSDP_DISC_REC *p_rec = NULL; in bta_ag_sdp_find_attr() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/ |
D | smp_utils.c | 985 tBTM_SEC_DEV_REC *p_rec = btm_find_dev (p_cb->pairing_bda); in smp_proc_pairing_cmpl() local
|
D | smp_act.c | 1549 tBTM_SEC_DEV_REC *p_rec = btm_find_dev (p_cb->pairing_bda); in smp_fast_conn_param() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/av/ |
D | bta_av_act.c | 1501 tSDP_DISC_REC *p_rec = NULL; in bta_av_check_peer_rc_features() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btu/ |
D | btu_hcif.c | 2108 static void btm_ble_resolve_random_addr_adv_ext(void *p_rec, void *p) in btm_ble_resolve_random_addr_adv_ext()
|