Lines Matching refs:gatt_iface
498 hal::BluetoothGattInterface* gatt_iface, in ServiceAddedCallback() argument
529 HandleNextEntry(gatt_iface); in ServiceAddedCallback()
533 hal::BluetoothGattInterface* gatt_iface, in CharacteristicAddedCallback() argument
562 HandleNextEntry(gatt_iface); in CharacteristicAddedCallback()
566 hal::BluetoothGattInterface* gatt_iface, in DescriptorAddedCallback() argument
595 HandleNextEntry(gatt_iface); in DescriptorAddedCallback()
599 hal::BluetoothGattInterface* gatt_iface, in ServiceStartedCallback() argument
617 gatt_iface->GetServerHALInterface()->delete_service( in ServiceStartedCallback()
843 void GattServer::HandleNextEntry(hal::BluetoothGattInterface* gatt_iface) { in HandleNextEntry() argument
845 CHECK(gatt_iface); in HandleNextEntry()
850 bt_status_t status = gatt_iface->GetServerHALInterface()->start_service( in HandleNextEntry()
866 bt_status_t status = gatt_iface->GetServerHALInterface()-> in HandleNextEntry()
887 bt_status_t status = gatt_iface->GetServerHALInterface()-> in HandleNextEntry()
991 hal::BluetoothGattInterface* gatt_iface, in RegisterServerCallback() argument
1011 gatt_iface->AddServerObserver(server.get()); in RegisterServerCallback()