Searched refs:BluetoothHostInterfaceCode (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 80 int32_t error = InnerTransact(BluetoothHostInterfaceCode::BT_ENABLE, option, data, reply); in EnableBt() 99 int32_t error = InnerTransact(BluetoothHostInterfaceCode::BT_DISABLE, option, data, reply); in DisableBt() 141 int32_t error = InnerTransact(BluetoothHostInterfaceCode::BT_GETPROFILE, option, data, reply); in GetProfile() 162 int32_t error = InnerTransact(BluetoothHostInterfaceCode::BT_GET_BLE, option, data, reply); in GetBleRemote() 178 int32_t ret = InnerTransact(BluetoothHostInterfaceCode::BT_FACTORY_RESET, option, data, reply); in BluetoothFactoryReset() 194 int32_t error = InnerTransact(BluetoothHostInterfaceCode::BT_GETSTATE, option, data, reply); in GetBtState() 252 int32_t error = InnerTransact(BluetoothHostInterfaceCode::BT_ENABLE_BLE, option, data, reply); in EnableBle() 292 BluetoothHostInterfaceCode::BT_GET_MAXNUM_CONNECTED_AUDIODEVICES, option, data, reply); in GetMaxNumConnectedAudioDevices() 722 BluetoothHostInterfaceCode::BT_DEREGISTER_REMOTE_DEVICE_OBSERVER, option, data, reply); in DeregisterRemoteDeviceObserver() 740 BluetoothHostInterfaceCode::BT_GET_BLE_MAX_ADVERTISING_DATALENGTH, option, data, reply); in GetBleMaxAdvertisingDataLength() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_stub.cpp | 34 {BluetoothHostInterfaceCode::BT_ENABLE, 37 {BluetoothHostInterfaceCode::BT_DISABLE, 40 {BluetoothHostInterfaceCode::BT_GETPROFILE, 43 {BluetoothHostInterfaceCode::BT_GET_BLE, 46 {BluetoothHostInterfaceCode::BT_FACTORY_RESET, 49 {BluetoothHostInterfaceCode::BT_GETSTATE, 55 {BluetoothHostInterfaceCode::BT_DISABLE_BLE, 58 {BluetoothHostInterfaceCode::BT_ENABLE_BLE, 67 {BluetoothHostInterfaceCode::BT_GET_BT_STATE, 112 {BluetoothHostInterfaceCode::BT_REMOVE_PAIR, [all …]
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | bluetooth_service_ipc_interface_code.h | 198 enum BluetoothHostInterfaceCode { enum
|