Home
last modified time | relevance | path

Searched refs:check_complete (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dle_advertising_manager.cc391 module_handler_->BindOnce(check_complete<LeRemoveAdvertisingSetCompleteView>)); in remove_advertiser()
504 module_handler_->BindOnce(check_complete<LeMultiAdvtCompleteView>)); in create_advertiser_with_id()
695 module_handler_->BindOnce(check_complete<LeSetAdvertisingEnableCompleteView>)); in stop_advertising()
700 module_handler_->BindOnce(check_complete<LeMultiAdvtCompleteView>)); in stop_advertising()
705 module_handler_->BindOnce(check_complete<LeSetExtendedAdvertisingEnableCompleteView>)); in stop_advertising()
715 check_complete<LeSetPeriodicAdvertisingEnableCompleteView>)); in stop_advertising()
758 module_handler_->BindOnce(check_complete<LeSetExtendedAdvertisingEnableCompleteView>)); in set_advertising_set_random_address_on_timer()
770 module_handler_->BindOnce(check_complete<LeSetExtendedAdvertisingEnableCompleteView>)); in set_advertising_set_random_address_on_timer()
1191 module_handler_->BindOnce(check_complete<LeSetExtendedScanResponseDataCompleteView>)); in send_data_fragment()
1196 module_handler_->BindOnce(check_complete<LeSetExtendedAdvertisingDataCompleteView>)); in send_data_fragment()
[all …]
Dle_periodic_sync_manager.h125 handler_->BindOnce(check_complete<LePeriodicAdvertisingTerminateSyncCompleteView>)); in StopSync()
131 handler_->BindOnce(check_complete<LePeriodicAdvertisingTerminateSyncCompleteView>)); in StopSync()
208 check_complete<LeSetDefaultPeriodicAdvertisingSyncTransferParametersCompleteView>)); in SyncTxParameters()
340 handler_->BindOnce(check_complete<LePeriodicAdvertisingTerminateSyncCompleteView>)); in HandleLePeriodicAdvertisingSyncEstablished()
Devent_checkers.h28 void check_complete(CommandCompleteView view) { in check_complete() function
Dcontroller.cc751 module_.GetHandler()->BindOnce(check_complete<SetEventMaskCompleteView>)); in set_event_mask()
762 module_.GetHandler()->BindOnce(check_complete<WriteLeHostSupportCompleteView>)); in write_le_host_support()
769 module_.GetHandler()->BindOnce(check_complete<WriteSimplePairingModeCompleteView>)); in write_simple_pairing_mode()
775 std::move(packet), module_.GetHandler()->BindOnce(check_complete<ResetCompleteView>)); in reset()
796 module_.GetHandler()->BindOnce(check_complete<SetEventFilterCompleteView>)); in set_event_filter()
809 module_.GetHandler()->BindOnce(check_complete<WriteLocalNameCompleteView>)); in write_local_name()
819 module_.GetHandler()->BindOnce(check_complete<HostBufferSizeCompleteView>)); in host_buffer_size()
826 module_.GetHandler()->BindOnce(check_complete<LeSetEventMaskCompleteView>)); in le_set_event_mask()
Dle_scanning_manager.cc623 module_handler_->BindOnce(check_complete<LeSetExtendedScanEnableCompleteView>)); in start_scan()
630 module_handler_->BindOnce(check_complete<LeSetScanEnableCompleteView>)); in start_scan()
654 module_handler_->BindOnce(check_complete<LeSetExtendedScanEnableCompleteView>)); in stop_scan()
661 module_handler_->BindOnce(check_complete<LeSetScanEnableCompleteView>)); in stop_scan()
Ddistance_measurement_manager.cc342 handler_->BindOnce(check_complete<LeSetTransmitPowerReportingEnableCompleteView>)); in stop_distance_measurement()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.cc469 check_complete<WriteLinkPolicySettingsCompleteView>)); in WriteLinkPolicySettings()
494 pimpl_->tracker.client_handler_->BindOnce(check_complete<SniffSubratingCompleteView>)); in SniffSubrating()
517 check_complete<WriteAutomaticFlushTimeoutCompleteView>)); in WriteAutomaticFlushTimeout()
541 check_complete<WriteLinkSupervisionTimeoutCompleteView>)); in WriteLinkSupervisionTimeout()
557 check_complete<ResetFailedContactCounterCompleteView>)); in ResetFailedContactCounter()
Dclassic_impl.h427 std::move(packet), handler_->BindOnce(check_complete<CreateConnectionCancelCompleteView>)); in actually_cancel_connect()
713 handler_->BindOnce(check_complete<WriteDefaultLinkPolicySettingsCompleteView>)); in write_default_link_policy_settings()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_inq.cc593 bluetooth::hci::check_complete< in BTM_CancelInquiry()