Home
last modified time | relevance | path

Searched defs:kEmpty (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/system/types/
Draw_address.h79 static const RawAddress kEmpty; // 00:00:00:00:00:00 variable
/packages/modules/Bluetooth/system/pdl/hci/include/hci/
Daddress.h82 static const Address kEmpty; // 00:00:00:00:00:00 variable
/packages/modules/Bluetooth/tools/rootcanal/include/hci/
Daddress.h84 static const Address kEmpty; // 00:00:00:00:00:00 variable
/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.h44 static const Uuid kEmpty; // 00000000-0000-0000-0000-000000000000 variable
Duuid.cc35 const Uuid Uuid::kEmpty = Uuid::From128BitBE(UUID128Bit{{0x00}}); member in bluetooth::Uuid
/packages/modules/Bluetooth/system/gd/hci/
Duuid.h46 static const Uuid kEmpty; // 00000000-0000-0000-0000-000000000000 variable
Duuid.cc31 const Uuid Uuid::kEmpty = Uuid::From128BitBE(UUID128Bit{{0x00}}); member in bluetooth::hci::Uuid
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_api.cc52 const tBTA_AG_RES_DATA tBTA_AG_RES_DATA::kEmpty = {}; member in tBTA_AG_RES_DATA
Dbta_ag_main.cc130 const tBTA_AG_DATA tBTA_AG_DATA::kEmpty = {}; member in tBTA_AG_DATA
Dbta_ag_int.h209 static const tBTA_AG_DATA kEmpty; member
/packages/modules/Bluetooth/system/btif/test/
Dbtif_hh_test.cc46 const tBTA_AG_RES_DATA tBTA_AG_RES_DATA::kEmpty = {}; member in tBTA_AG_RES_DATA
Dbtif_core_test.cc69 const tBTA_AG_RES_DATA tBTA_AG_RES_DATA::kEmpty = {}; member in tBTA_AG_RES_DATA
/packages/modules/Bluetooth/system/bta/include/
Dbta_ag_api.h338 static const tBTA_AG_RES_DATA kEmpty; member