/aosp12/system/bt/btif/src/ |
H A D | btif_sdp_server.cc | 437 SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, &browse); in add_maps_sdp() 507 SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, &browse); in add_mapc_sdp() 549 SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, &browse); in add_pbapc_sdp() 624 SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, &browse); in add_pbaps_sdp() 706 SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, &browse); in add_opps_sdp() 766 SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, &browse); in add_saps_sdp()
|
H A D | btif_sock_sdp.cc | 125 if (!SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, &list)) in create_base_record()
|
/aosp12/system/bt/bta/test/ |
H A D | bta_hf_client_add_record_test.cc | 50 bool SDP_AddUuidSequence(uint32_t handle, uint16_t attr_id, uint16_t num_uuids, in SDP_AddUuidSequence() function
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_sdp_db.cc | 73 bool SDP_AddUuidSequence(uint32_t handle, uint16_t attr_id, uint16_t num_uuids, in SDP_AddUuidSequence() function
|
/aosp12/system/bt/stack/test/gatt/ |
H A D | mock_gatt_utils_ref.cc | 97 bool SDP_AddUuidSequence(uint32_t handle, uint16_t attr_id, uint16_t num_uuids, in SDP_AddUuidSequence() function
|
H A D | gatt_sr_test.cc | 150 bool SDP_AddUuidSequence(uint32_t handle, uint16_t attr_id, uint16_t num_uuids, in SDP_AddUuidSequence() function
|
/aosp12/system/bt/stack/pan/ |
H A D | pan_utils.cc | 132 SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, &browse_list); in pan_register_with_sdp()
|
/aosp12/system/bt/bta/hf_client/ |
H A D | bta_hf_client_sdp.cc | 160 result &= SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, in bta_hf_client_add_record()
|
/aosp12/system/bt/stack/a2dp/ |
H A D | a2dp_api.cc | 232 result &= SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, in A2DP_AddRecord()
|
/aosp12/system/bt/stack/avrc/ |
H A D | avrc_sdp.cc | 322 result &= SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, in AVRC_AddRecord()
|
/aosp12/system/bt/stack/include/ |
H A D | sdp_api.h | 460 bool SDP_AddUuidSequence(uint32_t handle, uint16_t attr_id, uint16_t num_uuids,
|
/aosp12/system/bt/stack/test/fuzzers/sdp/ |
H A D | sdpFuzzFunctions.h | 208 SDP_AddUuidSequence(
|
/aosp12/system/bt/bta/ag/ |
H A D | bta_ag_sdp.cc | 195 result &= SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, in bta_ag_add_record()
|
/aosp12/system/bt/stack/hid/ |
H A D | hidd_api.cc | 322 result &= SDP_AddUuidSequence(handle, ATTR_ID_BROWSE_GROUP_LIST, 1, in HID_DevAddRecord()
|
/aosp12/system/bt/stack/sdp/ |
H A D | sdp_db.cc | 544 bool SDP_AddUuidSequence(uint32_t handle, uint16_t attr_id, uint16_t num_uuids, in SDP_AddUuidSequence() function
|
/aosp12/system/bt/stack/gatt/ |
H A D | gatt_utils.cc | 883 SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, &list); in gatt_add_sdp_record()
|