Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dsmp_api.h69 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr);
70 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type);
82 tSMP_STATUS SMP_BR_PairWith(const RawAddress& bd_addr);
109 void SMP_SecurityGrant(const RawAddress& bd_addr, tSMP_STATUS res);
153 void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res, uint8_t len,
Dsmp_status.h64 } tSMP_STATUS; typedef
66 inline std::string smp_status_text(const tSMP_STATUS& status) { in smp_status_text()
100 struct formatter<tSMP_STATUS> : enum_formatter<tSMP_STATUS> {};
Dsmp_api_types.h170 tSMP_STATUS reason;
Dbtm_sec_api_types.h498 tSMP_STATUS reason;
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_smp_api.cc34 tSMP_STATUS SMP_BR_PairWith(const RawAddress& /* bd_addr */) { in SMP_BR_PairWith()
38 tSMP_STATUS SMP_Pair(const RawAddress& /* bd_addr */, in SMP_Pair()
43 tSMP_STATUS SMP_Pair(const RawAddress& /* bd_addr */) { in SMP_Pair()
53 void SMP_OobDataReply(const RawAddress& /* bd_addr */, tSMP_STATUS /* res */, in SMP_OobDataReply() argument
64 void SMP_SecurityGrant(const RawAddress& /* bd_addr */, tSMP_STATUS /* res */) { in SMP_SecurityGrant() argument
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_api.cc85 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type) { in SMP_Pair()
116 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr) { in SMP_Pair()
133 tSMP_STATUS SMP_BR_PairWith(const RawAddress& bd_addr) { in SMP_BR_PairWith()
202 void SMP_SecurityGrant(const RawAddress& bd_addr, tSMP_STATUS res) { in SMP_SecurityGrant()
367 void SMP_OobDataReply(const RawAddress& /* bd_addr */, tSMP_STATUS res, in SMP_OobDataReply()
Dsmp_int.h250 tSMP_STATUS status;
293 tSMP_STATUS status;
358 tSMP_STATUS cert_failure; /*failure case for certification */
Dsmp_act.cc63 tSMP_STATUS reason = p_cb->cert_failure; in pts_test_send_authentication_complete_failure()
540 p_cb->status = static_cast<tSMP_STATUS>(p_data->p_data[0]); in smp_proc_pair_fail()
580 tSMP_STATUS reason = p_cb->cert_failure; in smp_proc_pair_cmd()
2084 .status = static_cast<tSMP_STATUS>(encr_enable), in smp_link_encrypted()
2182 tSMP_STATUS status = SMP_PAIR_FAIL_UNKNOWN; in smp_derive_link_key_from_long_term_key()
2206 tSMP_STATUS status = SMP_PAIR_FAIL_UNKNOWN; in smp_br_process_link_key()
Dsmp_keys.cc329 tSMP_STATUS smp_calculate_comfirm(tSMP_CB* p_cb, const Octet16& rand, in smp_calculate_comfirm()
377 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rand, &output); in smp_generate_confirm()
441 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rrand, &output); in smp_generate_compare()
Dsmp_utils.cc904 smp_cb.cert_failure = static_cast<tSMP_STATUS>( in init()
/packages/modules/Bluetooth/system/stack/test/
Dstack_smp_test.cc140 tSMP_STATUS smp_calculate_comfirm(tSMP_CB* p_cb, const Octet16& rand,
310 tSMP_STATUS status = smp_calculate_comfirm(&p_cb_, rand_, &output); in TEST_F()
406 std::vector<std::pair<tSMP_STATUS, std::string>> status = { in TEST()
440 smp_status_text(static_cast<tSMP_STATUS>( in TEST()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc249 const tSMP_STATUS res_smp = in BTM_SecurityGrant()
282 const tSMP_STATUS res_smp = in BTM_BlePasskeyReply()
312 const tSMP_STATUS res_smp = in BTM_BleConfirmReply()
348 const tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL; in BTM_BleOobDataReply()
1820 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_FAIL; in BTM_BleSirkConfirmDeviceReply()