/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/ |
D | avrcp_sdp_service.cc | 43 uint16_t AvrcpSdpService::EnableCovertArt(const uint16_t service_uuid, uint16_t cover_art_psm, in EnableCovertArt() 53 uint16_t AvrcpSdpService::DisableCovertArt(const uint16_t service_uuid, const uint16_t request_id) { in DisableCovertArt() 62 uint16_t AvrcpSdpService::RemoveRecord(const uint16_t service_uuid, const uint16_t request_id) { in RemoveRecord()
|
D | avrcp_sdp_records.h | 35 uint16_t service_uuid; member
|
D | avrcp_sdp_records.cc | 81 const auto service_uuid = sdp_record_request_pair->second.service_uuid; in RemoveRecord() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/ar/ |
D | bta_ar.cc | 198 void bta_ar_reg_avrc(uint16_t service_uuid, const char* service_name, const char* provider_name, in bta_ar_reg_avrc() 269 void bta_ar_dereg_avrc(uint16_t service_uuid) { in bta_ar_dereg_avrc() 337 void bta_ar_reg_avrc_for_src_sink_coexist(uint16_t service_uuid, const char* service_name, in bta_ar_reg_avrc_for_src_sink_coexist()
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_avrc_sdp.cc | 63 uint16_t AVRC_AddRecord(uint16_t service_uuid, const char* p_service_name, in AVRC_AddRecord() 71 uint16_t AVRC_FindService(uint16_t service_uuid, const RawAddress& bd_addr, in AVRC_FindService()
|
D | mock_btif_sock_rfc.cc | 92 bt_status_t btsock_rfc_connect(const RawAddress* bd_addr, const Uuid* service_uuid, int channel, in btsock_rfc_connect() 113 bt_status_t btsock_rfc_listen(const char* service_name, const Uuid* service_uuid, int channel, in btsock_rfc_listen()
|
D | mock_stack_sdp_api.cc | 116 tSDP_DISC_REC* SDP_FindServiceInDb(const tSDP_DISCOVERY_DB* p_db, uint16_t service_uuid, in SDP_FindServiceInDb()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_api.cc | 189 bool A2DP_AddRecord(uint16_t service_uuid, char* p_service_name, char* p_provider_name, in A2DP_AddRecord() 289 tA2DP_STATUS A2DP_FindService(uint16_t service_uuid, const RawAddress& bd_addr, in A2DP_FindService()
|
D | a2dp_int.h | 48 uint16_t service_uuid; /* service UUID of search */ member
|
/aosp_15_r20/external/openthread/tools/tcat_ble_client/ble/ |
H A D | ble_stream.py | 43 def __init__(self, client, service_uuid, tx_char_uuid, rx_char_uuid): argument 68 async def create(cls, address, service_uuid, tx_char_uuid, rx_char_uuid): argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_sdp.cc | 129 uint16_t AVRC_FindService(uint16_t service_uuid, const RawAddress& bd_addr, in AVRC_FindService() 216 uint16_t AVRC_AddRecord(uint16_t service_uuid, const char* p_service_name, in AVRC_AddRecord()
|
D | avrc_int.h | 147 uint16_t service_uuid; /* service UUID to search */ member
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock_rfc.cc | 78 Uuid service_uuid; member 305 bt_status_t btsock_rfc_listen(const char* service_name, const Uuid* service_uuid, int channel, in btsock_rfc_listen() 362 bt_status_t btsock_rfc_connect(const RawAddress* bd_addr, const Uuid* service_uuid, int channel, in btsock_rfc_connect()
|
D | btif_sock.cc | 163 const Uuid* service_uuid, int channel, int* sock_fd, int flags, in btsock_listen()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/ |
H A D | advertising_data_test.cc | 60 auto service_uuid = UUID(kId1As16); in TEST() local 723 auto service_uuid = UUID(kId1As16); in TEST() local 810 auto service_uuid = UUID(kId1As16); in TEST() local
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/ble/examples/ |
D | GattServerExampleTest.py | 25 service_uuid = '0000a00a-0000-1000-8000-00805f9b34fb' variable
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/ble/concurrency/ |
D | ConcurrentGattConnectTest.py | 40 service_uuid = '0000a00a-0000-1000-8000-00805f9b34fb' variable
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/ |
H A D | low_energy_connection_request.h | 37 std::optional<UUID> service_uuid = std::nullopt; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_disc_sdp.cc | 194 Uuid service_uuid; in bta_dm_sdp_result() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
H A D | fake_gatt_server.cc | 163 UUID service_uuid; in HandleFindByTypeValue() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/ |
H A D | central2.h | 39 std::optional<Uuid> service_uuid; member
|
H A D | central.h | 60 std::optional<Uuid> service_uuid; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/avrcp/ |
D | avrcp_service.cc | 103 uint16_t AddRecord(uint16_t service_uuid, const char* p_service_name, const char* p_provider_name, in AddRecord() 112 uint16_t FindService(uint16_t service_uuid, const RawAddress& bd_addr, tAVRC_SDP_DB_PARAMS* p_db, in FindService()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_act.cc | 1792 static tBTA_AV_FEAT bta_av_check_peer_features(uint16_t service_uuid) { in bta_av_check_peer_features() 1867 static tBTA_AV_FEAT bta_avk_check_peer_features(uint16_t service_uuid) { in bta_avk_check_peer_features()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_sdp.cc | 157 bool bta_ag_add_record(uint16_t service_uuid, const char* p_service_name, uint8_t scn, in bta_ag_add_record()
|