Home
last modified time | relevance | path

Searched refs:BTM_AUTH_DD_BOND (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c1847 auth_req = (BTM_AUTH_DD_BOND | (auth_req&BTM_AUTH_YN_BIT)); in BTM_IoCapRsp()
3480 evt_data.auth_req = (BTM_AUTH_DD_BOND | (evt_data.auth_req & BTM_AUTH_YN_BIT)); in btm_io_capabilities_req()
3548 … && (evt_data.auth_req & BTM_AUTH_DD_BOND) ) /* and dedicated bonding bit is set */ in btm_io_capabilities_rsp()
4993 auth_req |= BTM_AUTH_DD_BOND; in btm_sec_pairing_timeout()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h845 #define BTA_AUTH_DD_BOND BTM_AUTH_DD_BOND /* 2 this bit is set for dedicated bonding */
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h1438 #define BTM_AUTH_DD_BOND 2 /* this bit is ORed to the BTM_AUTH_SP_* when IO exchange for dedic… macro