Home | History | Annotate | Download | only in service

Lines Matching refs:gatt_iface

449     hal::BluetoothGattInterface* /* gatt_iface */,
498 hal::BluetoothGattInterface* gatt_iface,
529 HandleNextEntry(gatt_iface);
533 hal::BluetoothGattInterface* gatt_iface,
562 HandleNextEntry(gatt_iface);
566 hal::BluetoothGattInterface* gatt_iface,
595 HandleNextEntry(gatt_iface);
599 hal::BluetoothGattInterface* gatt_iface,
617 gatt_iface->GetServerHALInterface()->delete_service(
627 hal::BluetoothGattInterface* /* gatt_iface */,
635 hal::BluetoothGattInterface* /* gatt_iface */,
690 hal::BluetoothGattInterface* /* gatt_iface */,
759 hal::BluetoothGattInterface* /* gatt_iface */,
794 hal::BluetoothGattInterface* /* gatt_iface */,
843 void GattServer::HandleNextEntry(hal::BluetoothGattInterface* gatt_iface) {
845 CHECK(gatt_iface);
850 bt_status_t status = gatt_iface->GetServerHALInterface()->start_service(
866 bt_status_t status = gatt_iface->GetServerHALInterface()->
887 bt_status_t status = gatt_iface->GetServerHALInterface()->
991 hal::BluetoothGattInterface* gatt_iface,
1011 gatt_iface->AddServerObserver(server.get());