Searched refs:BTM_AUTH_DD_BOND (Results 1 – 3 of 3) sorted by relevance
614 #define BTA_AUTH_DD_BOND BTM_AUTH_DD_BOND /* 2 this bit is set for dedicated bonding */
1649 auth_req = (BTM_AUTH_DD_BOND | (auth_req&BTM_AUTH_YN_BIT)); in BTM_IoCapRsp()3177 evt_data.auth_req = (BTM_AUTH_DD_BOND | (evt_data.auth_req & BTM_AUTH_YN_BIT)); in btm_io_capabilities_req()3245 … && (evt_data.auth_req & BTM_AUTH_DD_BOND) ) /* and dedicated bonding bit is set */ in btm_io_capabilities_rsp()4597 auth_req |= BTM_AUTH_DD_BOND; in btm_sec_pairing_timeout()
1375 #define BTM_AUTH_DD_BOND 2 /* this bit is ORed to the BTM_AUTH_SP_* when IO exchange for dedic… macro