OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HCI_ROLE_SLAVE
(Results
1 - 17
of
17
) sorted by null
/external/bluetooth/bluedroid/stack/smp/
smp_act.c
61
if (p_cb->role ==
HCI_ROLE_SLAVE
)
363
if (p_dev_rec && (p_cb->role ==
HCI_ROLE_SLAVE
))
396
else if (p_cb->role ==
HCI_ROLE_SLAVE
)
551
if (p_cb->role ==
HCI_ROLE_SLAVE
)
700
UINT8 key_to_dist = (p_cb->role ==
HCI_ROLE_SLAVE
) ? p_cb->loc_r_key : p_cb->loc_i_key;
727
if (p_cb->role ==
HCI_ROLE_SLAVE
||
[
all
...]
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c
893
role ==
HCI_ROLE_SLAVE
)
[
all
...]
bta_gattc_act.c
[
all
...]
/external/bluetooth/bluedroid/stack/include/
l2c_api.h
104
#define L2CAP_ROLE_SLAVE
HCI_ROLE_SLAVE
579
** If the new role is a valid role (HCI_ROLE_MASTER or
HCI_ROLE_SLAVE
),
[
all
...]
btm_api.h
705
#define BTM_ROLE_SLAVE
HCI_ROLE_SLAVE
[
all
...]
hcidefs.h
[
all
...]
/external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c
459
p_lcb->link_role =
HCI_ROLE_SLAVE
;
l2c_link.c
99
p_lcb->link_role =
HCI_ROLE_SLAVE
;
120
p_lcb->link_role =
HCI_ROLE_SLAVE
;
[
all
...]
l2c_api.c
822
** If the new role is a valid role (HCI_ROLE_MASTER or
HCI_ROLE_SLAVE
),
846
if (new_role == HCI_ROLE_MASTER || new_role ==
HCI_ROLE_SLAVE
)
[
all
...]
l2c_main.c
855
l2cb.desire_role =
HCI_ROLE_SLAVE
;
[
all
...]
l2c_utils.c
261
** Returns HCI_ROLE_MASTER or
HCI_ROLE_SLAVE
[
all
...]
/external/bluetooth/bluedroid/include/
bt_target.h
[
all
...]
/external/libnfc-nci/src/include/
bt_target.h
1021
#define L2CAP_DESIRED_LINK_ROLE
HCI_ROLE_SLAVE
[
all
...]
hcidefs.h
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_ble.c
[
all
...]
btm_sec.c
[
all
...]
/external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c
[
all
...]
Completed in 1128 milliseconds