Searched refs:tSMP_STATUS (Results 1 – 10 of 10) sorted by relevance
/system/bt/stack/include/ |
D | smp_api.h | 79 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,
|
D | smp_api_types.h | 133 } tSMP_STATUS; typedef 213 tSMP_STATUS reason;
|
/system/bt/test/mock/ |
D | mock_stack_smp_api.cc | 51 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/ |
D | mock_smp_smp_api.cc | 51 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/ |
D | smp_api.cc | 75 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()
|
D | smp_int.h | 196 tSMP_STATUS status; 237 tSMP_STATUS status; 299 tSMP_STATUS cert_failure; /*failure case for certification */
|
D | smp_keys.cc | 318 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()
|
D | smp_act.cc | 50 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/ |
D | stack_smp_test.cc | 91 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/ |
D | btm_ble.cc | 226 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()
|