Home
last modified time | relevance | path

Searched refs:sec_mode (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/gap/
Dgap_api.c237 void GAP_SetSecurityMode (UINT8 sec_mode) in GAP_SetSecurityMode() argument
239 BTM_SetSecurityMode (sec_mode); in GAP_SetSecurityMode()
/external/bluetooth/bluedroid/stack/include/
Dgap_api.h416 GAP_API extern void GAP_SetSecurityMode (UINT8 sec_mode);
Dbtm_api.h3715 BTM_API extern void BTM_SetSecurityMode (UINT8 sec_mode);
/external/bluetooth/bluedroid/stack/btm/
Dbtm_int.h1092 extern void btm_sec_init (UINT8 sec_mode);
Dbtm_sec.c2735 void btm_sec_init (UINT8 sec_mode) in btm_sec_init() argument
2745 btm_cb.security_mode = sec_mode; in btm_sec_init()