Searched refs:ble_stack_smp_passkey_entry (Results 1 – 5 of 5) sorted by relevance
98 | ble_stack_smp_passkey_entry | BLE SMP passkey输入 |453 ### ble_stack_smp_passkey_entry subsection456 int ble_stack_smp_passkey_entry(int16_t conn_handle, uint32_t passkey)
520 int ble_stack_smp_passkey_entry(int16_t conn_handle, uint32_t passkey);
2433 ret = ble_stack_smp_passkey_entry(-1, passkey); in cmd_auth_passkey()2436 ret = ble_stack_smp_passkey_entry(0, 100001); in cmd_auth_passkey()2460 ble_stack_smp_passkey_entry(g_bt_conn_handle, passkey); in cmd_auth_passkey()
1466 ble_stack_smp_passkey_entry(g_bt_conn_handle, passkey); in cmd_auth_passkey()
1451 int ble_stack_smp_passkey_entry(int16_t conn_handle, uint32_t passkey) in ble_stack_smp_passkey_entry() function
Completed in 17 milliseconds