Home
last modified time | relevance | path

Searched refs:BT_SMP_CMD_PAIRING_RSP (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsmp.h59 #define BT_SMP_CMD_PAIRING_RSP 0x02 macro
A Dsmp.c1310 rsp_buf = smp_br_create_pdu(smp, BT_SMP_CMD_PAIRING_RSP, sizeof(*rsp)); in smp_br_pairing_req()
1773 atomic_set_bit(&smp->allowed_cmds, BT_SMP_CMD_PAIRING_RSP); in bt_smp_br_send_pairing_req()
2179 rsp_buf = smp_create_pdu(smp, BT_SMP_CMD_PAIRING_RSP, sizeof(*rsp)); in send_pairing_rsp()
2903 smp->prsp[0] = BT_SMP_CMD_PAIRING_RSP; in smp_pairing_req()
3096 atomic_set_bit(&smp->allowed_cmds, BT_SMP_CMD_PAIRING_RSP); in smp_send_pairing_req()
3120 smp->prsp[0] = BT_SMP_CMD_PAIRING_RSP; in smp_pairing_rsp()

Completed in 10 milliseconds