Home
last modified time | relevance | path

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

/system/bt/service/
Dgatt_client.cc69 bt_uuid_t app_uuid = uuid.GetBlueDroid(); in RegisterInstance() local
80 const bt_uuid_t& app_uuid) { in RegisterClientCallback()
Dlow_energy_advertiser.cc298 const UUID& app_uuid, const RegisterCallback& callback) { in RegisterInstance()
323 const RegisterCallback& callback, const UUID& app_uuid, in RegisterAdvertiserCallback()
Dlow_energy_client.cc221 bt_uuid_t app_uuid = uuid.GetBlueDroid(); in RegisterInstance() local
232 const bt_uuid_t& app_uuid) { in RegisterClientCallback()
Dlow_energy_scanner.cc197 const RegisterCallback& callback, const UUID& app_uuid, uint8_t scanner_id, in RegisterScannerCallback()
Dgatt_server.cc595 bt_uuid_t app_uuid = uuid.GetBlueDroid(); in RegisterInstance() local
606 const bt_uuid_t& app_uuid) { in RegisterServerCallback()
Dgatt_server_old.cc132 void RegisterServerCallback(int status, int server_if, bt_uuid_t* app_uuid) { in RegisterServerCallback()
348 void RegisterClientCallback(int status, int client_if, bt_uuid_t* app_uuid) { in RegisterClientCallback()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc31 bt_status_t FakeRegisterClient(bt_uuid_t* app_uuid) { in FakeRegisterClient()
59 bt_status_t FakeRegisterServer(bt_uuid_t* app_uuid) { in FakeRegisterServer()
185 int status, int client_if, const bt_uuid_t& app_uuid) { in NotifyRegisterClientCallback()
204 int status, int server_if, const bt_uuid_t& app_uuid) { in NotifyRegisterServerCallback()
Dbluetooth_gatt_interface.cc81 void RegisterClientCallback(int status, int client_if, bt_uuid_t* app_uuid) { in RegisterClientCallback()
224 void RegisterServerCallback(int status, int server_if, bt_uuid_t* app_uuid) { in RegisterServerCallback()
/system/bt/service/ipc/binder/
Dinterface_with_instances_base.cc37 bluetooth::UUID app_uuid = bluetooth::UUID::GetRandom(); in RegisterInstanceBase() local
/system/bt/test/suite/gatt/
Dgatt_test.cc95 int clientIf, const bt_uuid_t& app_uuid) { in RegisterClientCallback()
/system/bt/btif/src/
Dbtif_gatt_test.cc210 tBT_UUID app_uuid = {LEN_UUID_128, {0xAE}}; in btif_gattc_test_command_impl() local
Dbtif_gatt_server.cc131 bt_uuid_t app_uuid; in btapp_gatts_handle_cback() local
Dbtif_gatt_client.cc236 bt_uuid_t app_uuid; in btif_gattc_register_app() local
/system/bt/bta/gatt/
Dbta_gatts_int.h62 tBT_UUID app_uuid; member
127 tBT_UUID app_uuid; member
Dbta_gattc_int.h286 tBT_UUID app_uuid; member
/system/bt/stack/gatt/
Dgatt_attr.cc269 tBT_UUID app_uuid = {LEN_UUID_128, {0}}; in gatt_profile_db_init() local
Dgatt_int.h254 tBT_UUID app_uuid; /* applicatino UUID */ member
/system/bt/stack/srvc/
Dsrvc_eng.cc406 tBT_UUID app_uuid = {LEN_UUID_16, {UUID_SERVCLASS_DEVICE_INFO}}; in srvc_eng_init() local
/system/bt/stack/gap/
Dgap_ble.cc364 tBT_UUID app_uuid = {LEN_UUID_128, {0}}; in gap_attr_db_init() local
/system/bt/bta/include/
Dbta_gatt_api.h227 tBT_UUID app_uuid; member