Home
last modified time | relevance | path

Searched refs:BTM_AUTH_YN_BIT (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h1426 #define BTM_AUTH_YN_BIT 1 /* this is the Yes or No bit */ macro
/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c1659 auth_req = (BTM_AUTH_DD_BOND | (auth_req&BTM_AUTH_YN_BIT)); in BTM_IoCapRsp()
3265 evt_data.auth_req = (BTM_AUTH_DD_BOND | (evt_data.auth_req & BTM_AUTH_YN_BIT)); in btm_io_capabilities_req()