Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsmp.h58 #define BT_SMP_CMD_PAIRING_REQ 0x01 macro
A Dsmp.c979 atomic_set_bit(&smp->allowed_cmds, BT_SMP_CMD_PAIRING_REQ); in smp_br_reset()
1747 req_buf = smp_br_create_pdu(smp, BT_SMP_CMD_PAIRING_REQ, sizeof(*req)); in bt_smp_br_send_pairing_req()
1804 atomic_set_bit(&smp->allowed_cmds, BT_SMP_CMD_PAIRING_REQ); in smp_reset()
2862 atomic_set_bit(&smp->allowed_cmds, BT_SMP_CMD_PAIRING_REQ); in smp_send_security_req()
2899 smp->preq[0] = BT_SMP_CMD_PAIRING_REQ; in smp_pairing_req()
3072 req_buf = smp_create_pdu(smp, BT_SMP_CMD_PAIRING_REQ, sizeof(*req)); in smp_send_pairing_req()
3091 smp->preq[0] = BT_SMP_CMD_PAIRING_REQ; in smp_send_pairing_req()

Completed in 11 milliseconds