Lines Matching defs:device
53 * @param device Remote device object.
57 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause)
82 * @brief Get remote Pan device list which are in the specified states.
84 * @param states List of remote device states.
90 * @brief Get the connection state of the specified remote Pan device.
92 * @param device Remote device object.
93 * @return Returns the connection state of the remote device.
95 int32_t GetDeviceState(const BluetoothRemoteDevice &device, int32_t &state);
98 * @brief Release the connection from remote Pan device.
100 * @param device Remote device object.
103 int32_t Disconnect(const BluetoothRemoteDevice &device);