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
213 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.cc432 tSMP_STATUS smp_calculate_comfirm(tSMP_CB* p_cb, BT_OCTET16 rand, in smp_calculate_comfirm()
489 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rand, &output); in smp_generate_confirm()
553 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rrand, &output); in smp_generate_compare()
Dsmp_act.cc101 tSMP_STATUS callback_rc; in smp_send_app_cback()
2007 tSMP_STATUS status = SMP_PAIR_FAIL_UNKNOWN; in smp_derive_link_key_from_long_term_key()
2031 tSMP_STATUS status = SMP_PAIR_FAIL_UNKNOWN; in smp_br_process_link_key()
/system/bt/stack/test/
Dstack_smp_test.cc91 extern tSMP_STATUS smp_calculate_comfirm(tSMP_CB* p_cb, BT_OCTET16 rand,
220 tSMP_STATUS status = smp_calculate_comfirm(&p_cb_, rand_, &output); in TEST_F()
/system/bt/stack/btm/
Dbtm_ble.cc353 tSMP_STATUS res_smp = in BTM_SecurityGrant()
378 tSMP_STATUS res_smp = in BTM_BlePasskeyReply()
405 tSMP_STATUS res_smp = in BTM_BleConfirmReply()
435 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL; in BTM_BleOobDataReply()