Searched refs:GattManager (Results 1 – 12 of 12) sorted by relevance
48 struct GattManager::impl {62 GattManager::GattManager() : pimpl(new GattManager::impl()) in GattManager() function in OHOS::Bluetooth::GattManager69 GattManager::~GattManager() in ~GattManager()72 std::vector<BluetoothRemoteDevice> GattManager::GetDevicesByStates( in GetDevicesByStates()101 std::vector<BluetoothRemoteDevice> GattManager::GetConnectedDevices() in GetConnectedDevices()
51 class BLUETOOTH_API GattManager {79 GattManager();86 ~GattManager();
123 std::array<int, GattManager::GATT_CONNECTION_STATE_NUM> states = {1, 2, 3};125 GattManager test;146 GattManager test;
211 >3. GattManager模块接口测试213 > GattManager功能界面使用说明文档.md
59 #### 6. GattManager自动测试(ohos.bluetoothManager.d.ts)
95 #### 6. GattManager速率测试界面(ohos.bluetoothManager.d.ts)
33 type:*OHOS::Bluetooth::GattManager
291 'detail' : '创建GattManager服务器' ,299 'detail' : '创建GattManager客户端' ,345 'category' : Category.GattManager352 'category' : Category.GattManager
22 GattManager ,
1186 'detail' : 'GattManager自动测试' ,
133 GattManager gattManager; in GetGattDeviceInfo()
1 ## GattManager测试使用说明文档