Home
last modified time | relevance | path

Searched defs:SMP_Init (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_smp_api.cc49 void SMP_Init(uint8_t /* init_security_mode */) { inc_func_call_count(__func__); } in SMP_Init() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/
Dsmp_api.cc49 void SMP_Init(uint8_t init_security_mode) { smp_cb.init(init_security_mode); } in SMP_Init() function