Lines Matching refs:BluetoothGattInterface
42 BluetoothGattInterface* g_interface = nullptr;
52 base::ObserverList<BluetoothGattInterface::ClientObserver>*
54 base::ObserverList<BluetoothGattInterface::ServerObserver>*
58 FOR_EACH_OBSERVER(BluetoothGattInterface::ClientObserver, \
62 FOR_EACH_OBSERVER(BluetoothGattInterface::ServerObserver, \
497 class BluetoothGattInterfaceImpl : public BluetoothGattInterface {
582 base::ObserverList<BluetoothGattInterface::ClientObserver>*
589 base::ObserverList<BluetoothGattInterface::ServerObserver>*
600 void BluetoothGattInterface::ClientObserver::RegisterClientCallback( in RegisterClientCallback()
601 BluetoothGattInterface* /* gatt_iface */, in RegisterClientCallback() argument
607 void BluetoothGattInterface::ClientObserver::ScanResultCallback( in ScanResultCallback()
608 BluetoothGattInterface* /* gatt_iface */, in ScanResultCallback() argument
615 void BluetoothGattInterface::ClientObserver::ConnectCallback( in ConnectCallback()
616 BluetoothGattInterface* /* gatt_iface */, in ConnectCallback() argument
624 void BluetoothGattInterface::ClientObserver::DisconnectCallback( in DisconnectCallback()
625 BluetoothGattInterface* /* gatt_iface */, in DisconnectCallback() argument
633 void BluetoothGattInterface::ClientObserver::SearchCompleteCallback( in SearchCompleteCallback()
634 BluetoothGattInterface* /* gatt_iface */, in SearchCompleteCallback() argument
640 void BluetoothGattInterface::ClientObserver::RegisterForNotificationCallback( in RegisterForNotificationCallback()
641 BluetoothGattInterface* /* gatt_iface */, in RegisterForNotificationCallback() argument
649 void BluetoothGattInterface::ClientObserver::NotifyCallback( in NotifyCallback()
650 BluetoothGattInterface* /* gatt_iface */, in NotifyCallback() argument
656 void BluetoothGattInterface::ClientObserver::WriteCharacteristicCallback( in WriteCharacteristicCallback()
657 BluetoothGattInterface* /* gatt_iface */, in WriteCharacteristicCallback() argument
664 void BluetoothGattInterface::ClientObserver::WriteDescriptorCallback( in WriteDescriptorCallback()
665 BluetoothGattInterface* /* gatt_iface */, in WriteDescriptorCallback() argument
672 void BluetoothGattInterface::ClientObserver::ListenCallback( in ListenCallback()
673 BluetoothGattInterface* /* gatt_iface */, in ListenCallback() argument
679 void BluetoothGattInterface::ClientObserver::MtuChangedCallback( in MtuChangedCallback()
680 BluetoothGattInterface* /* gatt_iface */, in MtuChangedCallback() argument
687 void BluetoothGattInterface::ClientObserver::MultiAdvEnableCallback( in MultiAdvEnableCallback()
688 BluetoothGattInterface* /* gatt_iface */, in MultiAdvEnableCallback() argument
693 void BluetoothGattInterface::ClientObserver::MultiAdvUpdateCallback( in MultiAdvUpdateCallback()
694 BluetoothGattInterface* /* gatt_iface */, in MultiAdvUpdateCallback() argument
699 void BluetoothGattInterface::ClientObserver::MultiAdvDataCallback( in MultiAdvDataCallback()
700 BluetoothGattInterface* /* gatt_iface */, in MultiAdvDataCallback() argument
705 void BluetoothGattInterface::ClientObserver::MultiAdvDisableCallback( in MultiAdvDisableCallback()
706 BluetoothGattInterface* /* gatt_iface */, in MultiAdvDisableCallback() argument
712 void BluetoothGattInterface::ClientObserver::GetGattDbCallback( in GetGattDbCallback()
713 BluetoothGattInterface* /* gatt_iface */, in GetGattDbCallback() argument
720 void BluetoothGattInterface::ClientObserver::ServicesRemovedCallback( in ServicesRemovedCallback()
721 BluetoothGattInterface* /* gatt_iface */, in ServicesRemovedCallback() argument
728 void BluetoothGattInterface::ClientObserver::ServicesAddedCallback( in ServicesAddedCallback()
729 BluetoothGattInterface* /* gatt_iface */, in ServicesAddedCallback() argument
736 void BluetoothGattInterface::ServerObserver::RegisterServerCallback( in RegisterServerCallback()
737 BluetoothGattInterface* /* gatt_iface */, in RegisterServerCallback() argument
744 void BluetoothGattInterface::ServerObserver::ConnectionCallback( in ConnectionCallback()
745 BluetoothGattInterface* /* gatt_iface */, in ConnectionCallback() argument
753 void BluetoothGattInterface::ServerObserver::ServiceAddedCallback( in ServiceAddedCallback()
754 BluetoothGattInterface* /* gatt_iface */, in ServiceAddedCallback() argument
762 void BluetoothGattInterface::ServerObserver::CharacteristicAddedCallback( in CharacteristicAddedCallback()
763 BluetoothGattInterface* /* gatt_iface */, in CharacteristicAddedCallback() argument
772 void BluetoothGattInterface::ServerObserver::DescriptorAddedCallback( in DescriptorAddedCallback()
773 BluetoothGattInterface* /* gatt_iface */, in DescriptorAddedCallback() argument
782 void BluetoothGattInterface::ServerObserver::ServiceStartedCallback( in ServiceStartedCallback()
783 BluetoothGattInterface* /* gatt_iface */, in ServiceStartedCallback() argument
790 void BluetoothGattInterface::ServerObserver::ServiceStoppedCallback( in ServiceStoppedCallback()
791 BluetoothGattInterface* /* gatt_iface */, in ServiceStoppedCallback() argument
798 void BluetoothGattInterface::ServerObserver::ServiceDeletedCallback( in ServiceDeletedCallback()
799 BluetoothGattInterface* /* gatt_iface */, in ServiceDeletedCallback() argument
806 void BluetoothGattInterface::ServerObserver::RequestReadCallback( in RequestReadCallback()
807 BluetoothGattInterface* /* gatt_iface */, in RequestReadCallback() argument
817 void BluetoothGattInterface::ServerObserver::RequestWriteCallback( in RequestWriteCallback()
818 BluetoothGattInterface* /* gatt_iface */, in RequestWriteCallback() argument
831 void BluetoothGattInterface::ServerObserver::RequestExecWriteCallback( in RequestExecWriteCallback()
832 BluetoothGattInterface* /* gatt_iface */, in RequestExecWriteCallback() argument
840 void BluetoothGattInterface::ServerObserver::ResponseConfirmationCallback( in ResponseConfirmationCallback()
841 BluetoothGattInterface* /* gatt_iface */, in ResponseConfirmationCallback() argument
847 void BluetoothGattInterface::ServerObserver::IndicationSentCallback( in IndicationSentCallback()
848 BluetoothGattInterface* /* gatt_iface */, in IndicationSentCallback() argument
854 void BluetoothGattInterface::ServerObserver::MtuChangedCallback( in MtuChangedCallback()
855 BluetoothGattInterface* /* gatt_iface */, in MtuChangedCallback() argument
862 bool BluetoothGattInterface::Initialize() { in Initialize()
879 void BluetoothGattInterface::CleanUp() { in CleanUp()
888 bool BluetoothGattInterface::IsInitialized() { in IsInitialized()
895 BluetoothGattInterface* BluetoothGattInterface::Get() { in Get()
902 void BluetoothGattInterface::InitializeForTesting( in InitializeForTesting()
903 BluetoothGattInterface* test_instance) { in InitializeForTesting()
911 bt_status_t BluetoothGattInterface::StartScan(int client_id) { in StartScan()
936 bt_status_t BluetoothGattInterface::StopScan(int client_id) { in StopScan()