HomeSort by relevance Sort by last modified time
    Searched refs:GetGattClientInterface (Results 1 - 5 of 5) sorted by null

  /system/bt/service/ipc/binder/
bluetooth_binder_server.h 64 android::sp<IBluetoothGattClient> GetGattClientInterface() override;
82 // the first call to GetGattClientInterface().
bluetooth_binder_server.cpp 131 BluetoothBinderServer::GetGattClientInterface() {
  /system/bt/service/common/bluetooth/binder/
IBluetooth.h 154 virtual android::sp<IBluetoothGattClient> GetGattClientInterface() = 0;
204 android::sp<IBluetoothGattClient> GetGattClientInterface() override;
IBluetooth.cpp 146 sp<IBluetoothGattClient> gatt_client_iface = GetGattClientInterface();
289 sp<IBluetoothGattClient> BpBluetooth::GetGattClientInterface() {
  /system/bt/service/client/
main.cpp 408 sp<IBluetoothGattClient> gatt_iface = bt_iface->GetGattClientInterface();
427 sp<IBluetoothGattClient> gatt_iface = bt_iface->GetGattClientInterface();

Completed in 83 milliseconds