Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dsmp_api.h78 extern tSMP_STATUS SMP_Pair(const RawAddress& bd_addr);
90 extern tSMP_STATUS SMP_BR_PairWith(const RawAddress& bd_addr);
162 extern void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res,
Dsmp_api_types.h101 typedef uint8_t tSMP_STATUS; typedef
209 tSMP_STATUS reason;
/system/bt/stack/smp/
Dsmp_api.cc133 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr) { in SMP_Pair()
173 tSMP_STATUS SMP_BR_PairWith(const RawAddress& bd_addr) { in SMP_BR_PairWith()
393 void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res, uint8_t len, in SMP_OobDataReply()
Dsmp_keys.cc340 tSMP_STATUS smp_calculate_comfirm(tSMP_CB* p_cb, const Octet16& rand, in smp_calculate_comfirm()
387 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rand, &output); in smp_generate_confirm()
451 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rrand, &output); in smp_generate_compare()
Dsmp_act.cc104 tSMP_STATUS callback_rc; in smp_send_app_cback()
2026 tSMP_STATUS status = SMP_PAIR_FAIL_UNKNOWN; in smp_derive_link_key_from_long_term_key()
2050 tSMP_STATUS status = SMP_PAIR_FAIL_UNKNOWN; in smp_br_process_link_key()
/system/bt/stack/test/
Dstack_smp_test.cc90 extern tSMP_STATUS smp_calculate_comfirm(tSMP_CB* p_cb, const Octet16& rand,
203 tSMP_STATUS status = smp_calculate_comfirm(&p_cb_, rand_, &output); in TEST_F()
/system/bt/stack/btm/
Dbtm_ble.cc309 tSMP_STATUS res_smp = in BTM_SecurityGrant()
334 tSMP_STATUS res_smp = in BTM_BlePasskeyReply()
361 tSMP_STATUS res_smp = in BTM_BleConfirmReply()
391 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL; in BTM_BleOobDataReply()