OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bg_conn_type
(Results
1 - 8
of
8
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c
536
if (p_cb->
bg_conn_type
== BTM_BLE_CONN_AUTO)
540
else if (p_cb->
bg_conn_type
== BTM_BLE_CONN_SELECTIVE)
606
if (p_cb->
bg_conn_type
!= BTM_BLE_CONN_NONE)
608
if (p_cb->
bg_conn_type
== BTM_BLE_CONN_AUTO)
611
if (p_cb->
bg_conn_type
== BTM_BLE_CONN_SELECTIVE)
btm_ble_gap.c
313
** Parameters
bg_conn_type
: it can be auto connection, or selective connection.
320
BOOLEAN BTM_BleSetBgConnType(tBTM_BLE_CONN_TYPE
bg_conn_type
,
329
if (btm_cb.ble_ctr_cb.
bg_conn_type
!=
bg_conn_type
)
331
switch (
bg_conn_type
)
338
if (btm_cb.ble_ctr_cb.
bg_conn_type
== BTM_BLE_CONN_AUTO)
346
if (btm_cb.ble_ctr_cb.
bg_conn_type
== BTM_BLE_CONN_AUTO)
350
else if (btm_cb.ble_ctr_cb.
bg_conn_type
== BTM_BLE_CONN_SELECTIVE)
358
BTM_TRACE_ERROR1("invalid bg connection type : %d ",
bg_conn_type
);
364
btm_cb.ble_ctr_cb.
bg_conn_type
= bg_conn_type
[
all
...]
btm_ble_int.h
219
tBTM_BLE_CONN_TYPE
bg_conn_type
;
member in struct:__anon3519
btm_devctl.c
650
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
470
tBTA_DM_BLE_CONN_TYPE
bg_conn_type
;
member in struct:__anon2908
bta_dm_act.c
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_api.h
[
all
...]
Completed in 846 milliseconds