Searched refs:friend_cred_get (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | net.h | 382 int friend_cred_get(struct bt_mesh_subnet *sub, u16_t addr, u8_t *nid, const u8_t **enc, const u8_t…
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | net.c | 382 int friend_cred_get(struct bt_mesh_subnet *sub, u16_t addr, u8_t *nid, const u8_t **enc, const u8_t… in friend_cred_get() function 417 int friend_cred_get(struct bt_mesh_subnet *sub, u16_t addr, u8_t *nid, const u8_t **enc, const u8_t… in friend_cred_get() function 851 if (friend_cred_get(tx->sub, BT_MESH_ADDR_UNASSIGNED, &nid, &enc, &priv)) { in bt_mesh_net_encode()
|
A D | friend.c | 350 if (friend_cred_get(sub, frnd->lpn, &nid, &enc, &priv)) { in create_friend_pdu()
|
Completed in 9 milliseconds