Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dsmp_api.h79 extern tSMP_STATUS SMP_Pair(const RawAddress& bd_addr);
91 extern tSMP_STATUS SMP_BR_PairWith(const RawAddress& bd_addr);
118 extern void SMP_SecurityGrant(const RawAddress& bd_addr, tSMP_STATUS res);
163 extern void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res,
Dsmp_api_types.h133 } tSMP_STATUS; typedef
213 tSMP_STATUS reason;
/system/bt/test/mock/
Dmock_stack_smp_api.cc51 tSMP_STATUS SMP_BR_PairWith(const RawAddress& bd_addr) { in SMP_BR_PairWith()
55 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr) { in SMP_Pair()
67 void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res, uint8_t len, in SMP_OobDataReply()
78 void SMP_SecurityGrant(const RawAddress& bd_addr, tSMP_STATUS res) { in SMP_SecurityGrant()
/system/bt/stack/test/common/
Dmock_smp_smp_api.cc51 tSMP_STATUS SMP_BR_PairWith(const RawAddress& bd_addr) { in SMP_BR_PairWith()
55 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr) { in SMP_Pair()
67 void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res, uint8_t len, in SMP_OobDataReply()
78 void SMP_SecurityGrant(const RawAddress& bd_addr, tSMP_STATUS res) { in SMP_SecurityGrant()
/system/bt/stack/smp/
Dsmp_api.cc75 smp_cb.cert_failure = static_cast<tSMP_STATUS>( in SMP_Init()
143 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr) { in SMP_Pair()
186 tSMP_STATUS SMP_BR_PairWith(const RawAddress& bd_addr) { in SMP_BR_PairWith()
269 void SMP_SecurityGrant(const RawAddress& bd_addr, tSMP_STATUS res) { in SMP_SecurityGrant()
460 void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res, uint8_t len, in SMP_OobDataReply()
Dsmp_int.h196 tSMP_STATUS status;
237 tSMP_STATUS status;
299 tSMP_STATUS cert_failure; /*failure case for certification */
Dsmp_keys.cc318 tSMP_STATUS smp_calculate_comfirm(tSMP_CB* p_cb, const Octet16& rand, in smp_calculate_comfirm()
365 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rand, &output); in smp_generate_confirm()
429 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rrand, &output); in smp_generate_compare()
Dsmp_act.cc50 tSMP_STATUS reason = p_cb->cert_failure; in pts_test_send_authentication_complete_failure()
1985 .status = static_cast<tSMP_STATUS>(encr_enable), in smp_link_encrypted()
2079 tSMP_STATUS status = SMP_PAIR_FAIL_UNKNOWN; in smp_derive_link_key_from_long_term_key()
2103 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, const Octet16& rand,
204 tSMP_STATUS status = smp_calculate_comfirm(&p_cb_, rand_, &output); in TEST_F()
/system/bt/stack/btm/
Dbtm_ble.cc226 tSMP_STATUS res_smp = in BTM_SecurityGrant()
252 tSMP_STATUS res_smp = in BTM_BlePasskeyReply()
282 tSMP_STATUS res_smp = in BTM_BleConfirmReply()
315 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL; in BTM_BleOobDataReply()