Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/user/base/app/apploader/
Dapp_version.cpp43 static StorageFileName get_storage_file_name(const uuid_t* app_uuid) { in get_storage_file_name()
66 static int get_app_storage_version(const uuid_t* app_uuid, in get_app_storage_version()
112 static int update_app_version(const uuid_t* app_uuid, uint32_t new_version) { in update_app_version()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_int.h69 bluetooth::Uuid app_uuid; member
141 bluetooth::Uuid app_uuid; member
Dbta_gatts_api.cc89 void BTA_GATTS_AppRegister(const bluetooth::Uuid& app_uuid, tBTA_GATTS_CBACK* p_cback, in BTA_GATTS_AppRegister()
Dbta_gattc_act.cc185 void bta_gattc_register(const Uuid& app_uuid, tBTA_GATTC_CBACK* p_cback, BtaAppRegisterCallback cb, in bta_gattc_register()
Dbta_gattc_int.h281 bluetooth::Uuid app_uuid; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/ais/
Dais_ble.cc114 Uuid app_uuid = Uuid::From128BitBE(tmp); in ais_attr_db_init() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_eng.cc266 bluetooth::Uuid app_uuid = bluetooth::Uuid::From16Bit(UUID_SERVCLASS_DEVICE_INFO); in srvc_eng_init() local
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc143 auto app_uuid = bluetooth::hci::Uuid::From128BitBE(uuid.To128BitBE()); in RegisterScanner() local
444 void BleScannerInterfaceImpl::OnScannerRegistered(const bluetooth::hci::Uuid app_uuid, in OnScannerRegistered()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc111 void BTA_GATTS_AppRegister(const bluetooth::Uuid& app_uuid, tBTA_GATTS_CBACK* p_cback, in BTA_GATTS_AppRegister()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_scanning_manager_facade.cc99 void OnScannerRegistered(const bluetooth::hci::Uuid app_uuid, ScannerId /* scanner_id */, in OnScannerRegistered()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/fuzzers/
Dgatt_fuzzer.cc162 Uuid app_uuid = Uuid::From128BitBE(tmp); in GattInit() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc441 Uuid app_uuid = Uuid::From128BitBE(tmp); in gap_attr_db_init() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc73 Uuid app_uuid; member
1646 void LeScanningManager::RegisterScanner(Uuid app_uuid) { in RegisterScanner()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc136 void BleScannerIntf::OnScannerRegistered(const bluetooth::Uuid app_uuid, uint8_t scannerId, in OnScannerRegistered()
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp240 void btgattc_register_app_cb(int status, int clientIf, const Uuid& app_uuid) { in btgattc_register_app_cb()
1033 void OnScannerRegistered(const Uuid app_uuid, uint8_t scannerId, uint8_t status) { in OnScannerRegistered()
1367 void btgattc_register_scanner_cb(const Uuid& app_uuid, uint8_t scannerId, uint8_t status) { in btgattc_register_scanner_cb()
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc1066 int app_uuid = i + 3; in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_int.h284 bluetooth::Uuid app_uuid; /* application UUID */ member