Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Dsm.c451 static inline uint8_t sm_pairing_packet_get_auth_req(sm_pairing_packet_t packet){ in sm_pairing_packet_get_auth_req() function
854 setup->sm_use_secure_connections = ( sm_pairing_packet_get_auth_req(setup->sm_m_preq) in sm_setup_tk()
855 & sm_pairing_packet_get_auth_req(setup->sm_s_pres) in sm_setup_tk()
884 if (((sm_pairing_packet_get_auth_req(setup->sm_m_preq) & SM_AUTHREQ_MITM_PROTECTION) == 0u) in sm_setup_tk()
885 … && ((sm_pairing_packet_get_auth_req(setup->sm_s_pres) & SM_AUTHREQ_MITM_PROTECTION) == 0u)){ in sm_setup_tk()
1617 bool bonding_enabled = (sm_pairing_packet_get_auth_req(setup->sm_m_preq) in sm_key_distribution_handle_all_received()
1618 & sm_pairing_packet_get_auth_req(setup->sm_s_pres) in sm_key_distribution_handle_all_received()
2008 iocap_a[0] = sm_pairing_packet_get_auth_req(setup->sm_m_preq); in sm_sc_calculate_f6_for_dhkey_check()
2012 iocap_b[0] = sm_pairing_packet_get_auth_req(setup->sm_s_pres); in sm_sc_calculate_f6_for_dhkey_check()
2035 iocap_a[0] = sm_pairing_packet_get_auth_req(setup->sm_m_preq); in sm_sc_calculate_f6_to_verify_dhkey_check()
[all …]