Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_test.cc30 const bluetooth::Uuid& app_uuid) { in RegisterClientCallback()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_int.h69 bluetooth::Uuid app_uuid; member
141 bluetooth::Uuid app_uuid; member
Dbta_gatts_api.cc87 void BTA_GATTS_AppRegister(const bluetooth::Uuid& app_uuid, in BTA_GATTS_AppRegister()
Dbta_gattc_act.cc173 void bta_gattc_register(const Uuid& app_uuid, tBTA_GATTC_CBACK* p_cback, in bta_gattc_register()
Dbta_gattc_int.h278 bluetooth::Uuid app_uuid; member
/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_eng.cc399 bluetooth::Uuid app_uuid = in srvc_eng_init() local
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_scanning_manager_facade.cc111 const bluetooth::hci::Uuid app_uuid, ScannerId /* scanner_id */, ScanningStatus status) { in OnScannerRegistered()
/packages/modules/Bluetooth/system/stack/fuzzers/
Dgatt_fuzzer.cc159 Uuid app_uuid = Uuid::From128BitBE(tmp); in GattInit() local
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc167 auto app_uuid = bluetooth::hci::Uuid::From128BitBE(uuid.To128BitBE()); in RegisterScanner() local
503 const bluetooth::hci::Uuid app_uuid, bluetooth::hci::ScannerId scanner_id, in OnScannerRegistered()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc414 Uuid app_uuid = Uuid::From128BitBE(tmp); in gap_attr_db_init() local
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc134 void BleScannerIntf::OnScannerRegistered(const bluetooth::Uuid app_uuid, uint8_t scannerId, uint8_t… in OnScannerRegistered()
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc73 Uuid app_uuid; member
1764 void LeScanningManager::RegisterScanner(Uuid app_uuid) { in RegisterScanner()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc584 void OnScannerRegistered(const bluetooth::Uuid app_uuid, uint8_t scannerId, in OnScannerRegistered()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_int.h284 bluetooth::Uuid app_uuid; /* application UUID */ member
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py666 def register_client(self, app_uuid, eatt_support): argument
Dgatt_server.py1325 def register_server(self, app_uuid, eatt_support): argument
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp214 void btgattc_register_app_cb(int status, int clientIf, const Uuid& app_uuid) { in btgattc_register_app_cb()
994 void OnScannerRegistered(const Uuid app_uuid, uint8_t scannerId, in OnScannerRegistered()
1331 void btgattc_register_scanner_cb(const Uuid& app_uuid, uint8_t scannerId, in btgattc_register_scanner_cb()