Home
last modified time | relevance | path

Searched refs:HCI_ERR_ADVERTISING_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/stack/include/
H A Dhci_error_code.h61 HCI_ERR_ADVERTISING_TIMEOUT = 0x3C, // stack/btm/btm_ble enumerator
141 case HCI_ERR_ADVERTISING_TIMEOUT: in hci_error_code_text()
/aosp12/system/bt/stack/acl/
H A Dble_acl.cc147 if (status != HCI_ERR_ADVERTISING_TIMEOUT) { in acl_ble_connection_fail()
/aosp12/system/bt/stack/btm/
H A Dbtm_ble_multi_adv.cc948 status == HCI_ERR_ADVERTISING_TIMEOUT) { in OnAdvertisingSetTerminated()
H A Dbtm_ble_gap.cc2495 if (status == HCI_ERR_ADVERTISING_TIMEOUT) { in btm_ble_update_mode_operation()