Home | History | Annotate | Download | only in btm

Lines Matching refs:bg_conn_type

292 ** Parameters       bg_conn_type: it can be auto connection, or selective connection.
299 BOOLEAN BTM_BleSetBgConnType(tBTM_BLE_CONN_TYPE bg_conn_type,
308 if (btm_cb.ble_ctr_cb.bg_conn_type != bg_conn_type)
310 switch (bg_conn_type)
317 if (btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_AUTO)
325 if (btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_AUTO)
329 else if (btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_SELECTIVE)
337 BTM_TRACE_ERROR1("invalid bg connection type : %d ", bg_conn_type);
343 btm_cb.ble_ctr_cb.bg_conn_type = bg_conn_type;
1449 btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_SELECTIVE))
1663 (btm_cb.ble_ctr_cb.bg_conn_type != BTM_BLE_CONN_SELECTIVE ||
1776 if (btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_SELECTIVE)