Searched refs:BluetoothHfpHfInterfaceCode (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_hf_proxy.cpp | 35 SEND_IPC_REQUEST_RETURN_RESULT(BluetoothHfpHfInterfaceCode::BT_HFP_HF_CONNECT_SCO, in ConnectSco() 51 SEND_IPC_REQUEST_RETURN_RESULT(BluetoothHfpHfInterfaceCode::BT_HFP_HF_DISCONNECT_SCO, in DisconnectSco() 95 SEND_IPC_REQUEST_RETURN_RESULT(BluetoothHfpHfInterfaceCode::BT_HFP_HF_GET_DEVICE_STATE, in GetDeviceState() 111 SEND_IPC_REQUEST_RETURN_RESULT(BluetoothHfpHfInterfaceCode::BT_HFP_HF_GET_SCO_STATE, in GetScoState() 143 SEND_IPC_REQUEST_RETURN_RESULT(BluetoothHfpHfInterfaceCode::BT_HFP_HF_CONNECT, in Connect() 159 SEND_IPC_REQUEST_RETURN_RESULT(BluetoothHfpHfInterfaceCode::BT_HFP_HF_DISCONNECT, in Disconnect() 316 SEND_IPC_REQUEST_RETURN_RESULT(BluetoothHfpHfInterfaceCode::BT_HFP_HF_DIAL_LAST_NUMBER, in DialLastNumber() 333 SEND_IPC_REQUEST_RETURN_RESULT(BluetoothHfpHfInterfaceCode::BT_HFP_HF_DIAL_MEMORY, in DialMemory() 350 SEND_IPC_REQUEST_RETURN_RESULT(BluetoothHfpHfInterfaceCode::BT_HFP_HF_SEND_VOICE_TAG, in SendVoiceTag() 366 SEND_IPC_REQUEST_RETURN_RESULT(BluetoothHfpHfInterfaceCode::BT_HFP_HF_SEND_KEY_PRESSED, in SendKeyPressed() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_stub.cpp | 24 BluetoothHfpHfInterfaceCode::BT_HFP_HF_CONNECT_SCO)] = in BluetoothHfpHfStub() 27 BluetoothHfpHfInterfaceCode::BT_HFP_HF_DISCONNECT_SCO)] = in BluetoothHfpHfStub() 33 BluetoothHfpHfInterfaceCode::BT_HFP_HF_GET_DEVICE_STATE)] = in BluetoothHfpHfStub() 36 BluetoothHfpHfInterfaceCode::BT_HFP_HF_GET_SCO_STATE)] = in BluetoothHfpHfStub() 39 BluetoothHfpHfInterfaceCode::BT_HFP_HF_SEND_DTMF_TONE)] = in BluetoothHfpHfStub() 42 BluetoothHfpHfInterfaceCode::BT_HFP_HF_CONNECT)] = in BluetoothHfpHfStub() 45 BluetoothHfpHfInterfaceCode::BT_HFP_HF_DISCONNECT)] = in BluetoothHfpHfStub() 60 BluetoothHfpHfInterfaceCode::BT_HFP_HF_HOLD_ACTIVE_CALL)] = in BluetoothHfpHfStub() 78 BluetoothHfpHfInterfaceCode::BT_HFP_HF_DIAL_MEMORY)] = in BluetoothHfpHfStub() 81 BluetoothHfpHfInterfaceCode::BT_HFP_HF_SEND_VOICE_TAG)] = in BluetoothHfpHfStub() [all …]
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | bluetooth_service_profile_interface_code.h | 253 enum BluetoothHfpHfInterfaceCode { enum
|