Home
last modified time | relevance | path

Searched refs:connectionHandle_ (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection.h25 uint16_t connectionHandle_ = 0; member in OHOS::bluetooth::GattConnection
37 : connectionHandle_(handle), mtu_(mtu), device_(device) in GattConnection()
47 return connectionHandle_; in GetHandle()
52 connectionHandle_ = handle; in SetHandle()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.cpp29 connectionHandle_ = INVALID_VALUE; in ClassicRemoteDevice()
40 connectionHandle_ = INVALID_VALUE; in ClassicRemoteDevice()
198 connectionHandle_ = handle; in SetConnectionHandle()
203 LOG_DEBUG("[ClassicRemoteDevice]::%{public}s connectionHandle = %{public}d", __func__, connectionHandle_); in GetConnectionHandle()
205 return connectionHandle_; in GetConnectionHandle()
H A Dclassic_remote_device.h391 int connectionHandle_ {};
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.cpp1301 connectionHandle_ = handle; in SetConnectionHandle()
1356 return connectionHandle_; in GetConnectionHandle()
H A Dble_service_data.h1205 int connectionHandle_ = 0; member in OHOS::bluetooth::BlePeripheralDevice

Completed in 5 milliseconds