Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_gap.c380 UINT8 evt_type = p_cb->scan_rsp ? BTM_BLE_DISCOVER_EVT: BTM_BLE_NON_CONNECT_EVT; in BTM_BleBroadcast()
388 evt_type = p_cb->scan_rsp ? BTM_BLE_CONNECT_EVT: BTM_BLE_NON_CONNECT_EVT; in BTM_BleBroadcast()
1431 case BTM_BLE_NON_CONNECT_EVT: in btm_ble_select_adv_interval()
1518 … ((p_cb->scan_rsp) ? BTM_BLE_DISCOVER_EVT : BTM_BLE_NON_CONNECT_EVT )\ in btm_ble_set_discoverability()
1613 …INT8 evt_type = (p_cb->scan_rsp) ? BTM_BLE_DISCOVER_EVT: BTM_BLE_NON_CONNECT_EVT; in btm_ble_set_connectability()
2714 case BTM_BLE_NON_CONNECT_EVT: in btm_ble_adv_states_operation()
3093 p_cb->inq_var.evt_type = BTM_BLE_NON_CONNECT_EVT; in btm_ble_init()
/external/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h39 #define BTM_BLE_NON_CONNECT_EVT 0x03 /* Non connectable undirected advertising */ macro
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h422 #define BTA_BLE_NON_CONNECT_EVT BTM_BLE_NON_CONNECT_EVT /* Non connectable undirected advertisi…