Searched refs:SendNoCarrier (Results 1 – 11 of 11) sorted by relevance
249 virtual bool SendNoCarrier(const RawAddress &device) = 0;
45 bool SendNoCarrier(const BluetoothRawAddress &device) override;
49 virtual bool SendNoCarrier(const BluetoothRawAddress &device) = 0;
48 bool SendNoCarrier(const BluetoothRawAddress &device) override;
284 bool SendNoCarrier(const BluetoothRemoteDevice &device);
349 bool BluetoothHfpAgServer::SendNoCarrier(const BluetoothRawAddress &device) { in SendNoCarrier() function in OHOS::Bluetooth::BluetoothHfpAgServer353 return pimpl->HfpAgService_ ->SendNoCarrier(addr); in SendNoCarrier()
253 bool SendNoCarrier(const RawAddress &device) override;
674 bool HfpAgService::SendNoCarrier(const RawAddress &device) in SendNoCarrier() function in OHOS::bluetooth::HfpAgService
297 bool SendNoCarrier(const BluetoothRemoteDevice &device) in SendNoCarrier() function302 return proxy->SendNoCarrier(BluetoothRawAddress(device.GetDeviceAddr())); in SendNoCarrier()
319 int result = SendNoCarrier(*device); in SendNoCarrierInner()
305 bool BluetoothHfpAgProxy::SendNoCarrier(const BluetoothRawAddress &device) in SendNoCarrier() function in OHOS::Bluetooth::BluetoothHfpAgProxy