Searched refs:BTM_AUTH_DD_BOND (Results 1 – 3 of 3) sorted by relevance
1847 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()
845 #define BTA_AUTH_DD_BOND BTM_AUTH_DD_BOND /* 2 this bit is set for dedicated bonding */
1438 #define BTM_AUTH_DD_BOND 2 /* this bit is ORed to the BTM_AUTH_SP_* when IO exchange for dedic… macro