Searched refs:FormattedAtResponse (Results 1 – 4 of 4) sorted by relevance
170 virtual bt_status_t FormattedAtResponse(const char* rsp, RawAddress* bd_addr) = 0;
232 headset_->FormattedAtResponse("+XAPL=iPhone,2", bd_addr); in UnknownAtCallback()
892 bt_status_t FormattedAtResponse(const char* rsp, RawAddress* bd_addr) override;1168 bt_status_t HeadsetInterface::FormattedAtResponse(const char* rsp, RawAddress* bd_addr) { in FormattedAtResponse() function in bluetooth::headset::HeadsetInterface
803 bt_status_t status = sBluetoothHfpInterface->FormattedAtResponse(response, (RawAddress*)addr); in atResponseStringNative()