Searched refs:RequestFastestConn (Results 1 – 9 of 9) sorted by relevance
52 virtual int RequestFastestConn(const BluetoothRawAddress &addr) = 0;
52 int RequestFastestConn(const BluetoothRawAddress &addr) override;
49 int RequestFastestConn(const BluetoothRawAddress &addr) override;
220 int RequestFastestConn();
313 int BluetoothGattClientProxy::RequestFastestConn(const BluetoothRawAddress &addr) in RequestFastestConn() function in OHOS::Bluetooth::BluetoothGattClientProxy
217 int result = client->RequestFastestConn(); in SocketSetFastConnection()
438 int result = client->RequestFastestConn(); in BleGattcConnect()
1088 int GattClient::RequestFastestConn() in RequestFastestConn() function in OHOS::Bluetooth::GattClient1104 return proxy->RequestFastestConn(bluetooth::RawAddress(pimpl->device_.GetDeviceAddr())); in RequestFastestConn()
528 int BluetoothGattClientServer::RequestFastestConn(const BluetoothRawAddress &addr) in RequestFastestConn() function in OHOS::Bluetooth::BluetoothGattClientServer