Searched refs:friend_addr (Results 1 – 4 of 4) sorted by relevance
510 void bt_mesh_lpn_set_cb(void (*cb)(u16_t friend_addr, bool established));
166 static void mesh_lpn_cb(u16_t friend_addr, bool established) in mesh_lpn_cb() argument170 event_data.friend_addr = friend_addr; in mesh_lpn_cb()
73 static void (*lpn_cb)(u16_t friend_addr, bool established);1024 void bt_mesh_lpn_set_cb(void (*cb)(u16_t friend_addr, bool established)) in bt_mesh_lpn_set_cb() argument
883 static void lpn_cb(u16_t friend_addr, bool established) in lpn_cb() argument886 printf("friend addr:%x,friendship keep\n", friend_addr); in lpn_cb()888 printf("friend addr:%x,friendship finish\n", friend_addr); in lpn_cb()
Completed in 13 milliseconds