Home
last modified time | relevance | path

Searched refs:ble_stack_smp_passkey_entry (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/ble_host/
A DREADME.md98 | ble_stack_smp_passkey_entry | BLE SMP passkey输入 |
453 ### ble_stack_smp_passkey_entry subsection
456 int ble_stack_smp_passkey_entry(int16_t conn_handle, uint32_t passkey)
/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dble.h520 int ble_stack_smp_passkey_entry(int16_t conn_handle, uint32_t passkey);
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dbt.c2433 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()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dbt.c1466 ble_stack_smp_passkey_entry(g_bt_conn_handle, passkey); in cmd_auth_passkey()
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c1451 int ble_stack_smp_passkey_entry(int16_t conn_handle, uint32_t passkey) in ble_stack_smp_passkey_entry() function

Completed in 17 milliseconds