Searched refs:smp_send_cmd (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_act.c | 241 smp_send_cmd(SMP_OPCODE_PAIRING_FAILED, p_cb); in smp_send_pair_fail() 263 smp_send_cmd(SMP_OPCODE_PAIRING_REQ, p_cb); in smp_send_pair_req() 278 if (smp_send_cmd (SMP_OPCODE_PAIRING_RSP, p_cb)) { in smp_send_pair_rsp() 295 smp_send_cmd(SMP_OPCODE_CONFIRM, p_cb); in smp_send_confirm() 306 smp_send_cmd(SMP_OPCODE_INIT, p_cb); 317 smp_send_cmd(SMP_OPCODE_RAND, p_cb); in smp_send_rand() 327 smp_send_cmd(SMP_OPCODE_PAIR_PUBLIC_KEY, p_cb); in smp_send_pair_public_key() 337 smp_send_cmd(SMP_OPCODE_PAIR_COMMITM, p_cb); in smp_send_commitment() 347 smp_send_cmd(SMP_OPCODE_PAIR_DHKEY_CHECK, p_cb); in smp_send_dhkey_check() 357 smp_send_cmd(SMP_OPCODE_PAIR_KEYPR_NOTIF, p_cb); in smp_send_keypress_notification() [all …]
|
D | smp_utils.c | 348 BOOLEAN smp_send_cmd(UINT8 cmd_code, tSMP_CB *p_cb) in smp_send_cmd() function
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/ |
D | smp_int.h | 475 extern BOOLEAN smp_send_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
|