Home
last modified time | relevance | path

Searched refs:BTM_BLE_DISCOVER_EVT (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_gap.c453 UINT8 evt_type = p_cb->scan_rsp ? BTM_BLE_DISCOVER_EVT: BTM_BLE_NON_CONNECT_EVT; in BTM_BleBroadcast()
955 ((p_cb->scan_rsp) ? BTM_BLE_DISCOVER_EVT : BTM_BLE_NON_CONNECT_EVT )\ in btm_set_conn_mode_adv_init_addr()
1647 case BTM_BLE_DISCOVER_EVT: in btm_ble_select_adv_interval()
2555 (evt_type == BTM_BLE_CONNECT_EVT || evt_type == BTM_BLE_DISCOVER_EVT))) in btm_ble_update_inq_result()
3021 case BTM_BLE_DISCOVER_EVT: in btm_ble_adv_states_operation()
/system/bt/stack/include/
Dbtm_ble_api.h40 #define BTM_BLE_DISCOVER_EVT 0x02 /* Scannable undirected advertising */ macro
/system/bt/bta/include/
Dbta_api.h380 #define BTA_BLE_DISCOVER_EVT BTM_BLE_DISCOVER_EVT /* Scannable undirected advertising */