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

  /external/bluetooth/bluedroid/stack/include/
profiles_api.h 43 #define BT_SEC_MODE_LINK BTM_SEC_MODE_LINK
btm_api.h     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 88 #define BTA_JV_SEC_MODE_LINK BTM_SEC_MODE_LINK /* 3 */
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 299 case BTM_SEC_MODE_LINK:
329 if ((old_mode == BTM_SEC_MODE_LINK)
330 && ( security_mode != BTM_SEC_MODE_LINK))
339 if ((old_mode != BTM_SEC_MODE_LINK)
340 && ( security_mode == BTM_SEC_MODE_LINK))
    [all...]

Completed in 30 milliseconds