Home
last modified time | relevance | path

Searched defs:app_uuid (Results 1 – 24 of 24) sorted by relevance

/aosp12/system/bt/service/
H A Dlow_energy_advertiser.cc296 const Uuid& app_uuid, const RegisterCallback& callback) { in RegisterInstance()
321 const RegisterCallback& callback, const Uuid& app_uuid, in RegisterAdvertiserCallback()
H A Dgatt_client.cc80 const Uuid& app_uuid) { in RegisterClientCallback()
H A Dlow_energy_scanner.cc199 const RegisterCallback& callback, const Uuid& app_uuid, uint8_t scanner_id, in RegisterScannerCallback()
H A Dlow_energy_client.cc234 const bluetooth::Uuid& app_uuid) { in RegisterClientCallback()
H A Dgatt_server_old.cc133 const bluetooth::Uuid& app_uuid) { in RegisterServerCallback()
351 const bluetooth::Uuid& app_uuid) { in RegisterClientCallback()
H A Dgatt_server.cc603 const Uuid& app_uuid) { in RegisterServerCallback()
/aosp12/system/bt/service/hal/
H A Dfake_bluetooth_gatt_interface.cc31 bt_status_t FakeRegisterClient(const bluetooth::Uuid& app_uuid, in FakeRegisterClient()
62 bt_status_t FakeRegisterServer(const bluetooth::Uuid& app_uuid, in FakeRegisterServer()
191 int status, int client_if, const bluetooth::Uuid& app_uuid) { in NotifyRegisterClientCallback()
213 int status, int server_if, const Uuid& app_uuid) { in NotifyRegisterServerCallback()
H A Dbluetooth_gatt_interface.cc86 const bluetooth::Uuid& app_uuid) { in RegisterClientCallback()
229 const bluetooth::Uuid& app_uuid) { in RegisterServerCallback()
/aosp12/system/bt/test/suite/gatt/
H A Dgatt_test.cc94 int clientIf, const bluetooth::Uuid& app_uuid) { in RegisterClientCallback()
/aosp12/system/bt/service/ipc/binder/
H A Dinterface_with_instances_base.cc37 bluetooth::Uuid app_uuid = bluetooth::Uuid::GetRandom(); in RegisterInstanceBase() local
/aosp12/system/bt/test/mock/
H A Dmock_bta_gatts_api.cc48 void BTA_GATTS_AppRegister(const bluetooth::Uuid& app_uuid, in BTA_GATTS_AppRegister()
/aosp12/system/bt/bta/gatt/
H A Dbta_gatts_int.h65 bluetooth::Uuid app_uuid; member
131 bluetooth::Uuid app_uuid; member
H A Dbta_gatts_api.cc83 void BTA_GATTS_AppRegister(const bluetooth::Uuid& app_uuid, in BTA_GATTS_AppRegister()
H A Dbta_gattc_act.cc165 void bta_gattc_register(const Uuid& app_uuid, tBTA_GATTC_CBACK* p_cback, in bta_gattc_register()
H A Dbta_gattc_int.h241 bluetooth::Uuid app_uuid; member
/aosp12/system/bt/main/shim/
H A Dle_scanning_manager.cc66 auto app_uuid = bluetooth::hci::Uuid::From128BitBE(uuid.To128BitBE()); in RegisterScanner() local
230 void OnScannerRegistered(const bluetooth::hci::Uuid app_uuid, in OnScannerRegistered()
H A Dbtm.cc107 const bluetooth::hci::Uuid app_uuid, bluetooth::hci::ScannerId scanner_id, in OnScannerRegistered()
/aosp12/system/bt/gd/hci/facade/
H A Dle_scanning_manager_facade.cc63 …void OnScannerRegistered(const bluetooth::hci::Uuid app_uuid, ScannerId scanner_id, ScanningStatus… in OnScannerRegistered()
/aosp12/system/bt/stack/srvc/
H A Dsrvc_eng.cc402 bluetooth::Uuid app_uuid = in srvc_eng_init() local
/aosp12/system/bt/gd/hci/
H A Dle_scanning_manager.cc58 Uuid app_uuid; member
137 …void OnScannerRegistered(const bluetooth::hci::Uuid app_uuid, ScannerId scanner_id, ScanningStatus… in OnScannerRegistered()
1303 void LeScanningManager::RegisterScanner(Uuid app_uuid) { in RegisterScanner()
/aosp12/system/bt/btif/src/
H A Dbtif_ble_scanner.cc209 void RegisterScanner(const bluetooth::Uuid& app_uuid, in RegisterScanner()
/aosp12/system/bt/stack/gap/
H A Dgap_ble.cc412 Uuid app_uuid = Uuid::From128BitBE(tmp); in gap_attr_db_init() local
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp201 void btgattc_register_app_cb(int status, int clientIf, const Uuid& app_uuid) { in btgattc_register_app_cb()
876 void OnScannerRegistered(const Uuid app_uuid, uint8_t scannerId, in OnScannerRegistered()
1163 void btgattc_register_scanner_cb(const Uuid& app_uuid, uint8_t scannerId, in btgattc_register_scanner_cb()
/aosp12/system/bt/stack/gatt/
H A Dgatt_int.h277 bluetooth::Uuid app_uuid; /* application UUID */ member