/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | lpn.c | 73 static void (*lpn_cb)(u16_t friend_addr, bool established); 211 if (!force && lpn->established && !lpn->clear_success && in clear_friendship() 241 lpn->established = 0; in clear_friendship() 339 if (lpn->established || IS_ENABLED(CONFIG_BT_MESH_LPN_ESTABLISHMENT)) { in req_sent() 711 if (lpn->established) { in update_timeout() 952 if (!lpn->established) { in bt_mesh_lpn_friend_update() 963 lpn->established = 1; in bt_mesh_lpn_friend_update() 1015 if (!bt_mesh.lpn.established) { in bt_mesh_lpn_poll() 1024 void bt_mesh_lpn_set_cb(void (*cb)(u16_t friend_addr, bool established)) in bt_mesh_lpn_set_cb() argument
|
A D | friend.c | 128 …ct bt_mesh_friend *bt_mesh_friend_find(u16_t net_idx, u16_t lpn_addr, bool valid, bool established) in bt_mesh_friend_find() argument 141 if (established && !frnd->established) { in bt_mesh_friend_find() 204 frnd->established = 0; in friend_clear() 604 if (!frnd->established) { in bt_mesh_friend_poll() 606 frnd->established = 1; in bt_mesh_friend_poll() 980 if (!frnd->established) { in buf_send_start() 997 if (frnd->established) { in buf_send_end() 1025 if (frnd->established && !frnd->pending_req) { in friend_timeout() 1191 if (!frnd->established) { in friend_lpn_matches()
|
A D | cfg_srv.c | 123 if (bt_mesh.lpn.established) { in hb_send()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | lpn.h | 21 return bt_mesh.lpn.established; in bt_mesh_lpn_established()
|
A D | friend.h | 18 bool valid, bool established);
|
A D | net.h | 105 u8_t fsn:1, send_last:1, pending_req:1, sec_update:1, pending_buf:1, valid:1, established:1; member 176 established:1, /* Friendship established */ member
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | edid-parse.c | 275 static const Timing established[][8] = in decode_established_timings() local 318 if (get_bit (byte, j) && established[i][j].frequency != 0) in decode_established_timings() 319 info->established[idx++] = established[i][j]; in decode_established_timings() 673 Timing *timing = &(info->established[i]); in dump_monitor_info()
|
A D | edid.h | 146 Timing established[24]; /* Terminated by 0x0x0 */ member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ |
A D | README.md | 14 is the focus of many established libraries, but on whatever are the actual sizes
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | main.h | 510 void bt_mesh_lpn_set_cb(void (*cb)(u16_t friend_addr, bool established));
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/ |
A D | mesh.c | 166 static void mesh_lpn_cb(u16_t friend_addr, bool established) in mesh_lpn_cb() argument 169 event_data.established = established; in mesh_lpn_cb()
|
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/ |
A D | README.rst | 58 …4) after gatt connection has been established, say "天猫精灵,开灯 or 天猫精灵,关灯" to control the LED1's on/o…
|
/AliOS-Things-master/components/littlevgl/docs/ |
A D | CODING_STYLE.md | 19 …* Use only very straightforward (e.g. pos: position) or well-established (e.g. pr: press) abbrevia…
|
/AliOS-Things-master/components/SDL2/src/hidapi/ios/ |
A D | hid.m | 271 … the SDL layer to attempt to initialize it while some of its endpoints haven't yet been established 623 // request and that we successfully established notification. CoreBluetooth has no
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 883 static void lpn_cb(u16_t friend_addr, bool established) in lpn_cb() argument 885 if (established == true) { in lpn_cb()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/ |
A D | Kconfig | 345 gets established for the first time. After this the timeout
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | libjpeg.txt | 359 After you have established the data destination and set all the necessary 2490 be scanned by jpeg_read_header. Once you've established a marker handling
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 3089 connections from being established with non-blocking I/O
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 4973 Starting in libpng-1.5.22, default user limits were established. These
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 3044 established. This prevents spurious updates and rewriting of
|