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 562 if (p_cb->bg_conn_type == BTM_BLE_CONN_AUTO)
566 else if (p_cb->bg_conn_type == BTM_BLE_CONN_SELECTIVE)
632 if (p_cb->bg_conn_type != BTM_BLE_CONN_NONE)
634 if (p_cb->bg_conn_type == BTM_BLE_CONN_AUTO)
637 if (p_cb->bg_conn_type == BTM_BLE_CONN_SELECTIVE)
btm_ble_gap.c 685 ** Parameters bg_conn_type: it can be auto connection, or selective connection.
692 BOOLEAN BTM_BleSetBgConnType(tBTM_BLE_CONN_TYPE bg_conn_type,
701 if (btm_cb.ble_ctr_cb.bg_conn_type != bg_conn_type)
703 switch (bg_conn_type)
710 if (btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_AUTO)
718 if (btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_AUTO)
722 else if (btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_SELECTIVE)
730 BTM_TRACE_ERROR("invalid bg connection type : %d ", bg_conn_type);
736 btm_cb.ble_ctr_cb.bg_conn_type = bg_conn_type
    [all...]
btm_ble_int.h 275 tBTM_BLE_CONN_TYPE bg_conn_type; member in struct:__anon5862
btm_devctl.c 670 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 498 tBTA_DM_BLE_CONN_TYPE bg_conn_type; member in struct:__anon5131
    [all...]
bta_dm_act.c     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]

Completed in 51 milliseconds