Searched refs:BTM_BLE_CONNECT_EVT (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_ble_gap.c449 evt_type = p_cb->scan_rsp ? BTM_BLE_CONNECT_EVT: BTM_BLE_NON_CONNECT_EVT;
892 ** be BTM_BLE_CONNECT_EVT, BTM_BLE_CONNECT_DIR_EVT or
930 : BTM_BLE_CONNECT_EVT;
932 if (evt_type == BTM_BLE_CONNECT_EVT)
1628 case BTM_BLE_CONNECT_EVT:
2329 (evt_type == BTM_BLE_CONNECT_EVT || evt_type == BTM_BLE_CONNECT_DIR_EVT))
2534 (evt_type == BTM_BLE_CONNECT_EVT || evt_type == BTM_BLE_DISCOVER_EVT)))
2989 case BTM_BLE_CONNECT_EVT:
3325 btm_cb.ble_ctr_cb.inq_var.directed_conn = BTM_BLE_CONNECT_EVT;
3347 btm_cb.ble_ctr_cb.inq_var.directed_conn = BTM_BLE_CONNECT_EVT;
[all...]
H A Dbtm_ble.c1809 p_cb->inq_var.directed_conn = BTM_BLE_CONNECT_EVT;
/system/bt/bta/include/
H A Dbta_api.h423 #define BTA_BLE_CONNECT_EVT BTM_BLE_CONNECT_EVT /* Connectable undirected advertising */
/system/bt/stack/include/
H A Dbtm_ble_api.h36 #define BTM_BLE_CONNECT_EVT 0x00 /* 0x00-0x04 only used for set advertising macro
1552 ** be BTM_BLE_CONNECT_EVT, BTM_BLE_CONNECT_DIR_EVT or

Completed in 23 milliseconds