Home | History | Annotate | Download | only in btm

Lines Matching refs:bg_conn_type

689 ** Parameters       bg_conn_type: it can be auto connection, or selective connection.
696 BOOLEAN BTM_BleSetBgConnType(tBTM_BLE_CONN_TYPE bg_conn_type,
705 if (btm_cb.ble_ctr_cb.bg_conn_type != bg_conn_type)
707 switch (bg_conn_type)
714 if (btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_AUTO)
722 if (btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_AUTO)
726 else if (btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_SELECTIVE)
734 BTM_TRACE_ERROR("invalid bg connection type : %d ", bg_conn_type);
740 btm_cb.ble_ctr_cb.bg_conn_type = bg_conn_type;
2567 if (btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_SELECTIVE)