Home
last modified time | relevance | path

Searched refs:SDP_AddUuidSequence (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/bt/btif/src/
H A Dbtif_sdp_server.cc437 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 Dbtif_sock_sdp.cc125 if (!SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, &list)) in create_base_record()
/aosp12/system/bt/bta/test/
H A Dbta_hf_client_add_record_test.cc50 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 Dmock_stack_sdp_db.cc73 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 Dmock_gatt_utils_ref.cc97 bool SDP_AddUuidSequence(uint32_t handle, uint16_t attr_id, uint16_t num_uuids, in SDP_AddUuidSequence() function
H A Dgatt_sr_test.cc150 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 Dpan_utils.cc132 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 Dbta_hf_client_sdp.cc160 result &= SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, in bta_hf_client_add_record()
/aosp12/system/bt/stack/a2dp/
H A Da2dp_api.cc232 result &= SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, in A2DP_AddRecord()
/aosp12/system/bt/stack/avrc/
H A Davrc_sdp.cc322 result &= SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, in AVRC_AddRecord()
/aosp12/system/bt/stack/include/
H A Dsdp_api.h460 bool SDP_AddUuidSequence(uint32_t handle, uint16_t attr_id, uint16_t num_uuids,
/aosp12/system/bt/stack/test/fuzzers/sdp/
H A DsdpFuzzFunctions.h208 SDP_AddUuidSequence(
/aosp12/system/bt/bta/ag/
H A Dbta_ag_sdp.cc195 result &= SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, in bta_ag_add_record()
/aosp12/system/bt/stack/hid/
H A Dhidd_api.cc322 result &= SDP_AddUuidSequence(handle, ATTR_ID_BROWSE_GROUP_LIST, 1, in HID_DevAddRecord()
/aosp12/system/bt/stack/sdp/
H A Dsdp_db.cc544 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 Dgatt_utils.cc883 SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, &list); in gatt_add_sdp_record()