Home
last modified time | relevance | path

Searched refs:GATT_CONNECTION_STATE_NUM (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_manager.h53 static constexpr uint8_t GATT_CONNECTION_STATE_NUM = 4; member in OHOS::Bluetooth::GattManager
62 std::vector<BluetoothRemoteDevice> GetDevicesByStates(const std::array<int, GATT_CONNECTION_STATE_NUM> &states);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_manager.cpp69 const std::array<int, GATT_CONNECTION_STATE_NUM> &states) in GetDevicesByStates()
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_manager_test.cpp123 std::array<int, GattManager::GATT_CONNECTION_STATE_NUM> states = {1, 2, 3}; in HWTEST_F()

Completed in 1 milliseconds