Home
last modified time | relevance | path

Searched refs:TRANS_CTL_OP_FRIEND_OFFER (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dtransport.h25 #define TRANS_CTL_OP_FRIEND_OFFER 0x04 macro
Dtransport.c995 if (ctl_op == TRANS_CTL_OP_FRIEND_OFFER) { in ctl_recv()
Dfriend.c929 buf = encode_friend_ctl(frnd, TRANS_CTL_OP_FRIEND_OFFER, &sdu); in enqueue_offer()