Searched refs:tSMP_STATUS (Results 1 – 12 of 12) sorted by relevance
/packages/modules/Bluetooth/system/stack/include/ |
D | smp_api.h | 69 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,
|
D | smp_status.h | 64 } 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> {};
|
D | smp_api_types.h | 170 tSMP_STATUS reason;
|
D | btm_sec_api_types.h | 498 tSMP_STATUS reason;
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_smp_api.cc | 34 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/ |
D | smp_api.cc | 85 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()
|
D | smp_int.h | 250 tSMP_STATUS status; 293 tSMP_STATUS status; 358 tSMP_STATUS cert_failure; /*failure case for certification */
|
D | smp_act.cc | 63 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()
|
D | smp_keys.cc | 329 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()
|
D | smp_utils.cc | 904 smp_cb.cert_failure = static_cast<tSMP_STATUS>( in init()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_smp_test.cc | 140 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/ |
D | btm_ble_sec.cc | 249 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()
|