HomeSort by relevance Sort by last modified time
    Searched refs:bg_conn_type (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 468 if (p_cb->bg_conn_type == BTM_BLE_CONN_AUTO)
472 else if (p_cb->bg_conn_type == BTM_BLE_CONN_SELECTIVE)
538 if (p_cb->bg_conn_type != BTM_BLE_CONN_NONE)
540 if (p_cb->bg_conn_type == BTM_BLE_CONN_AUTO)
543 if (p_cb->bg_conn_type == BTM_BLE_CONN_SELECTIVE)
btm_ble_gap.c 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
    [all...]
btm_ble_int.h 209 tBTM_BLE_CONN_TYPE bg_conn_type; member in struct:__anon3070
btm_devctl.c 653 btm_cb.ble_ctr_cb.bg_conn_type = BTM_BLE_CONN_NONE;
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c     [all...]
bta_dm_int.h 466 tBTA_DM_BLE_CONN_TYPE bg_conn_type; member in struct:__anon2472
bta_dm_act.c     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]

Completed in 59 milliseconds