Home
last modified time | relevance | path

Searched refs:RequestFastestConn (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_client.h52 virtual int RequestFastestConn(const BluetoothRawAddress &addr) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_client_server.h52 int RequestFastestConn(const BluetoothRawAddress &addr) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_client_proxy.h49 int RequestFastestConn(const BluetoothRawAddress &addr) override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_client.h220 int RequestFastestConn();
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_client_proxy.cpp313 int BluetoothGattClientProxy::RequestFastestConn(const BluetoothRawAddress &addr) in RequestFastestConn() function in OHOS::Bluetooth::BluetoothGattClientProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_socket.cpp217 int result = client->RequestFastestConn(); in SocketSetFastConnection()
H A Dohos_bt_gatt_client.cpp438 int result = client->RequestFastestConn(); in BleGattcConnect()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp1088 int GattClient::RequestFastestConn() in RequestFastestConn() function in OHOS::Bluetooth::GattClient
1104 return proxy->RequestFastestConn(bluetooth::RawAddress(pimpl->device_.GetDeviceAddr())); in RequestFastestConn()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp528 int BluetoothGattClientServer::RequestFastestConn(const BluetoothRawAddress &addr) in RequestFastestConn() function in OHOS::Bluetooth::BluetoothGattClientServer