Home
last modified time | relevance | path

Searched defs:service_uuid (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/
Davrcp_sdp_service.cc43 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()
Davrcp_sdp_records.h35 uint16_t service_uuid; member
Davrcp_sdp_records.cc81 const auto service_uuid = sdp_record_request_pair->second.service_uuid; in RemoveRecord() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/ar/
Dbta_ar.cc198 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/
Dmock_stack_avrc_sdp.cc63 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()
Dmock_btif_sock_rfc.cc92 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()
Dmock_stack_sdp_api.cc116 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/
Da2dp_api.cc189 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()
Da2dp_int.h48 uint16_t service_uuid; /* service UUID of search */ member
/aosp_15_r20/external/openthread/tools/tcat_ble_client/ble/
H A Dble_stream.py43 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/
Davrc_sdp.cc129 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()
Davrc_int.h147 uint16_t service_uuid; /* service UUID to search */ member
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_rfc.cc78 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()
Dbtif_sock.cc163 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 Dadvertising_data_test.cc60 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/
DGattServerExampleTest.py25 service_uuid = '0000a00a-0000-1000-8000-00805f9b34fb' variable
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py40 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 Dlow_energy_connection_request.h37 std::optional<UUID> service_uuid = std::nullopt; member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc_sdp.cc194 Uuid service_uuid; in bta_dm_sdp_result() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_gatt_server.cc163 UUID service_uuid; in HandleFindByTypeValue() local
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
H A Dcentral2.h39 std::optional<Uuid> service_uuid; member
H A Dcentral.h60 std::optional<Uuid> service_uuid; member
/aosp_15_r20/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc103 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/
Dbta_av_act.cc1792 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/
Dbta_ag_sdp.cc157 bool bta_ag_add_record(uint16_t service_uuid, const char* p_service_name, uint8_t scn, in bta_ag_add_record()

12