Lines Matching refs:BluetoothGattInterface

45 BluetoothGattInterface* g_interface = nullptr;
55 btbase::AbstractObserverList<BluetoothGattInterface::ScannerObserver>*
57 btbase::AbstractObserverList<BluetoothGattInterface::ClientObserver>*
59 btbase::AbstractObserverList<BluetoothGattInterface::ServerObserver>*
437 class BluetoothGattInterfaceImpl : public BluetoothGattInterface {
540 btbase::AbstractObserverList<BluetoothGattInterface::ScannerObserver>*
547 btbase::AbstractObserverList<BluetoothGattInterface::ClientObserver>*
554 btbase::AbstractObserverList<BluetoothGattInterface::ServerObserver>*
566 void BluetoothGattInterface::ScannerObserver::ScanResultCallback( in ScanResultCallback()
567 BluetoothGattInterface* /* gatt_iface */, const RawAddress& /* bda */, in ScanResultCallback() argument
573 void BluetoothGattInterface::ClientObserver::RegisterClientCallback( in RegisterClientCallback()
574 BluetoothGattInterface* /* gatt_iface */, int /* status */, in RegisterClientCallback() argument
579 void BluetoothGattInterface::ClientObserver::ConnectCallback( in ConnectCallback()
580 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in ConnectCallback() argument
585 void BluetoothGattInterface::ClientObserver::DisconnectCallback( in DisconnectCallback()
586 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in DisconnectCallback() argument
591 void BluetoothGattInterface::ClientObserver::SearchCompleteCallback( in SearchCompleteCallback()
592 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in SearchCompleteCallback() argument
597 void BluetoothGattInterface::ClientObserver::RegisterForNotificationCallback( in RegisterForNotificationCallback()
598 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RegisterForNotificationCallback() argument
603 void BluetoothGattInterface::ClientObserver::NotifyCallback( in NotifyCallback()
604 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in NotifyCallback() argument
609 void BluetoothGattInterface::ClientObserver::WriteCharacteristicCallback( in WriteCharacteristicCallback()
610 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in WriteCharacteristicCallback() argument
615 void BluetoothGattInterface::ClientObserver::WriteDescriptorCallback( in WriteDescriptorCallback()
616 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in WriteDescriptorCallback() argument
621 void BluetoothGattInterface::ClientObserver::MtuChangedCallback( in MtuChangedCallback()
622 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in MtuChangedCallback() argument
627 void BluetoothGattInterface::ClientObserver::GetGattDbCallback( in GetGattDbCallback()
628 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in GetGattDbCallback() argument
633 void BluetoothGattInterface::ClientObserver::ServicesRemovedCallback( in ServicesRemovedCallback()
634 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in ServicesRemovedCallback() argument
639 void BluetoothGattInterface::ClientObserver::ServicesAddedCallback( in ServicesAddedCallback()
640 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in ServicesAddedCallback() argument
645 void BluetoothGattInterface::ServerObserver::RegisterServerCallback( in RegisterServerCallback()
646 BluetoothGattInterface* /* gatt_iface */, int /* status */, in RegisterServerCallback() argument
651 void BluetoothGattInterface::ServerObserver::ConnectionCallback( in ConnectionCallback()
652 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in ConnectionCallback() argument
657 void BluetoothGattInterface::ServerObserver::ServiceAddedCallback( in ServiceAddedCallback()
658 BluetoothGattInterface* /* gatt_iface */, int /* status */, in ServiceAddedCallback() argument
664 void BluetoothGattInterface::ServerObserver::ServiceStoppedCallback( in ServiceStoppedCallback()
665 BluetoothGattInterface* /* gatt_iface */, int /* status */, in ServiceStoppedCallback() argument
670 void BluetoothGattInterface::ServerObserver::ServiceDeletedCallback( in ServiceDeletedCallback()
671 BluetoothGattInterface* /* gatt_iface */, int /* status */, in ServiceDeletedCallback() argument
676 void BluetoothGattInterface::ServerObserver::RequestReadCharacteristicCallback( in RequestReadCharacteristicCallback()
677 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RequestReadCharacteristicCallback() argument
683 void BluetoothGattInterface::ServerObserver::RequestReadDescriptorCallback( in RequestReadDescriptorCallback()
684 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RequestReadDescriptorCallback() argument
690 void BluetoothGattInterface::ServerObserver::RequestWriteCharacteristicCallback( in RequestWriteCharacteristicCallback()
691 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RequestWriteCharacteristicCallback() argument
698 void BluetoothGattInterface::ServerObserver::RequestWriteDescriptorCallback( in RequestWriteDescriptorCallback()
699 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RequestWriteDescriptorCallback() argument
706 void BluetoothGattInterface::ServerObserver::RequestExecWriteCallback( in RequestExecWriteCallback()
707 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RequestExecWriteCallback() argument
712 void BluetoothGattInterface::ServerObserver::ResponseConfirmationCallback( in ResponseConfirmationCallback()
713 BluetoothGattInterface* /* gatt_iface */, int /* status */, in ResponseConfirmationCallback() argument
718 void BluetoothGattInterface::ServerObserver::IndicationSentCallback( in IndicationSentCallback()
719 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in IndicationSentCallback() argument
724 void BluetoothGattInterface::ServerObserver::MtuChangedCallback( in MtuChangedCallback()
725 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in MtuChangedCallback() argument
731 bool BluetoothGattInterface::Initialize() { in Initialize()
748 void BluetoothGattInterface::CleanUp() { in CleanUp()
757 bool BluetoothGattInterface::IsInitialized() { in IsInitialized()
764 BluetoothGattInterface* BluetoothGattInterface::Get() { in Get()
771 void BluetoothGattInterface::InitializeForTesting( in InitializeForTesting()
772 BluetoothGattInterface* test_instance) { in InitializeForTesting()
780 bt_status_t BluetoothGattInterface::StartScan(int client_id) { in StartScan()
801 bt_status_t BluetoothGattInterface::StopScan(int client_id) { in StopScan()