Lines Matching refs:BluetoothGattInterface
44 BluetoothGattInterface* g_interface = nullptr;
54 base::ObserverList<BluetoothGattInterface::ScannerObserver>*
56 base::ObserverList<BluetoothGattInterface::ClientObserver>*
58 base::ObserverList<BluetoothGattInterface::ServerObserver>*
435 class BluetoothGattInterfaceImpl : public BluetoothGattInterface {
538 base::ObserverList<BluetoothGattInterface::ScannerObserver>*
545 base::ObserverList<BluetoothGattInterface::ClientObserver>*
552 base::ObserverList<BluetoothGattInterface::ServerObserver>*
564 void BluetoothGattInterface::ScannerObserver::ScanResultCallback( in ScanResultCallback()
565 BluetoothGattInterface* /* gatt_iface */, const RawAddress& /* bda */, in ScanResultCallback() argument
571 void BluetoothGattInterface::ClientObserver::RegisterClientCallback( in RegisterClientCallback()
572 BluetoothGattInterface* /* gatt_iface */, int /* status */, in RegisterClientCallback() argument
577 void BluetoothGattInterface::ClientObserver::ConnectCallback( in ConnectCallback()
578 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in ConnectCallback() argument
583 void BluetoothGattInterface::ClientObserver::DisconnectCallback( in DisconnectCallback()
584 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in DisconnectCallback() argument
589 void BluetoothGattInterface::ClientObserver::SearchCompleteCallback( in SearchCompleteCallback()
590 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in SearchCompleteCallback() argument
595 void BluetoothGattInterface::ClientObserver::RegisterForNotificationCallback( in RegisterForNotificationCallback()
596 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RegisterForNotificationCallback() argument
601 void BluetoothGattInterface::ClientObserver::NotifyCallback( in NotifyCallback()
602 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in NotifyCallback() argument
607 void BluetoothGattInterface::ClientObserver::WriteCharacteristicCallback( in WriteCharacteristicCallback()
608 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in WriteCharacteristicCallback() argument
613 void BluetoothGattInterface::ClientObserver::WriteDescriptorCallback( in WriteDescriptorCallback()
614 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in WriteDescriptorCallback() argument
619 void BluetoothGattInterface::ClientObserver::MtuChangedCallback( in MtuChangedCallback()
620 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in MtuChangedCallback() argument
625 void BluetoothGattInterface::ClientObserver::GetGattDbCallback( in GetGattDbCallback()
626 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in GetGattDbCallback() argument
631 void BluetoothGattInterface::ClientObserver::ServicesRemovedCallback( in ServicesRemovedCallback()
632 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in ServicesRemovedCallback() argument
637 void BluetoothGattInterface::ClientObserver::ServicesAddedCallback( in ServicesAddedCallback()
638 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in ServicesAddedCallback() argument
643 void BluetoothGattInterface::ServerObserver::RegisterServerCallback( in RegisterServerCallback()
644 BluetoothGattInterface* /* gatt_iface */, int /* status */, in RegisterServerCallback() argument
649 void BluetoothGattInterface::ServerObserver::ConnectionCallback( in ConnectionCallback()
650 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in ConnectionCallback() argument
655 void BluetoothGattInterface::ServerObserver::ServiceAddedCallback( in ServiceAddedCallback()
656 BluetoothGattInterface* /* gatt_iface */, int /* status */, in ServiceAddedCallback() argument
662 void BluetoothGattInterface::ServerObserver::ServiceStoppedCallback( in ServiceStoppedCallback()
663 BluetoothGattInterface* /* gatt_iface */, int /* status */, in ServiceStoppedCallback() argument
668 void BluetoothGattInterface::ServerObserver::ServiceDeletedCallback( in ServiceDeletedCallback()
669 BluetoothGattInterface* /* gatt_iface */, int /* status */, in ServiceDeletedCallback() argument
674 void BluetoothGattInterface::ServerObserver::RequestReadCharacteristicCallback( in RequestReadCharacteristicCallback()
675 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RequestReadCharacteristicCallback() argument
681 void BluetoothGattInterface::ServerObserver::RequestReadDescriptorCallback( in RequestReadDescriptorCallback()
682 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RequestReadDescriptorCallback() argument
688 void BluetoothGattInterface::ServerObserver::RequestWriteCharacteristicCallback( in RequestWriteCharacteristicCallback()
689 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RequestWriteCharacteristicCallback() argument
696 void BluetoothGattInterface::ServerObserver::RequestWriteDescriptorCallback( in RequestWriteDescriptorCallback()
697 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RequestWriteDescriptorCallback() argument
704 void BluetoothGattInterface::ServerObserver::RequestExecWriteCallback( in RequestExecWriteCallback()
705 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RequestExecWriteCallback() argument
710 void BluetoothGattInterface::ServerObserver::ResponseConfirmationCallback( in ResponseConfirmationCallback()
711 BluetoothGattInterface* /* gatt_iface */, int /* status */, in ResponseConfirmationCallback() argument
716 void BluetoothGattInterface::ServerObserver::IndicationSentCallback( in IndicationSentCallback()
717 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in IndicationSentCallback() argument
722 void BluetoothGattInterface::ServerObserver::MtuChangedCallback( in MtuChangedCallback()
723 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in MtuChangedCallback() argument
729 bool BluetoothGattInterface::Initialize() { in Initialize()
746 void BluetoothGattInterface::CleanUp() { in CleanUp()
755 bool BluetoothGattInterface::IsInitialized() { in IsInitialized()
762 BluetoothGattInterface* BluetoothGattInterface::Get() { in Get()
769 void BluetoothGattInterface::InitializeForTesting( in InitializeForTesting()
770 BluetoothGattInterface* test_instance) { in InitializeForTesting()
778 bt_status_t BluetoothGattInterface::StartScan(int client_id) { in StartScan()
799 bt_status_t BluetoothGattInterface::StopScan(int client_id) { in StopScan()