Home
last modified time | relevance | path

Searched refs:transmit (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Daccess.h216 #define BT_MESH_TRANSMIT_COUNT(transmit) (((transmit) & (u8_t)BIT_MASK(3))) argument
226 #define BT_MESH_TRANSMIT_INT(transmit) ((((transmit) >> 3) + 1) * 10) argument
249 #define BT_MESH_PUB_TRANSMIT_COUNT(transmit) BT_MESH_TRANSMIT_COUNT(transmit) argument
259 #define BT_MESH_PUB_TRANSMIT_INT(transmit) ((((transmit) >> 3) + 1) * 50) argument
A Dcfg_cli.h57 int bt_mesh_cfg_relay_get(u16_t net_idx, u16_t addr, u8_t *status, u8_t *transmit);
59 …ay_set(u16_t net_idx, u16_t addr, u8_t new_relay, u8_t new_transmit, u8_t *status, u8_t *transmit);
130 u8_t transmit; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dcfg_cli.c164 u8_t *transmit; member
193 *param->transmit = net_buf_simple_pull_u8(buf); in relay_status()
486 param->pub->transmit = net_buf_simple_pull_u8(buf); in mod_pub_status()
1043 int bt_mesh_cfg_relay_get(u16_t net_idx, u16_t addr, u8_t *status, u8_t *transmit) in bt_mesh_cfg_relay_get() argument
1045 if (transmit == NULL) { in bt_mesh_cfg_relay_get()
1058 .transmit = transmit, in bt_mesh_cfg_relay_get()
1082 …lay_set(u16_t net_idx, u16_t addr, u8_t new_relay, u8_t new_transmit, u8_t *status, u8_t *transmit) in bt_mesh_cfg_relay_set() argument
1084 if (transmit == NULL) { in bt_mesh_cfg_relay_set()
1101 .transmit = transmit, in bt_mesh_cfg_relay_set()
1890 net_buf_simple_add_u8(&msg, pub->transmit); in mod_pub_set()
A Dnet.c1142 u8_t nid, transmit; in bt_mesh_net_relay() local
1185 transmit = bt_mesh_relay_retransmit_get(); in bt_mesh_net_relay()
1187 transmit = bt_mesh_net_transmit_get(); in bt_mesh_net_relay()
1190 buf = bt_mesh_adv_create(BT_MESH_ADV_DATA, transmit, K_NO_WAIT); in bt_mesh_net_relay()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/
A DLICENSE_1_0.txt6 execute, and transmit the Software, and to prepare derivative works of the
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/
A Dshell.c1263 u8_t relay, transmit; in cmd_relay() local
1267 err = bt_mesh_cfg_relay_get(net.net_idx, net.dst, &relay, &transmit); in cmd_relay()
1290 err = bt_mesh_cfg_relay_set(net.net_idx, net.dst, val, new_transmit, &relay, &transmit); in cmd_relay()
1298 printf("Relay is 0x%02x, Transmit 0x%02x (count %u interval %ums)\n", relay, transmit, in cmd_relay()
1299 BT_MESH_TRANSMIT_COUNT(transmit), BT_MESH_TRANSMIT_INT(transmit)); in cmd_relay()
2245 BT_MESH_PUB_TRANSMIT_COUNT(pub.transmit), BT_MESH_PUB_TRANSMIT_INT(pub.transmit)); in mod_pub_get()
2277 pub.transmit = BT_MESH_PUB_TRANSMIT(count, interval); in mod_pub_set()
/AliOS-Things-master/components/mbedtls/
A DChangeLog334 * Make the receive and transmit buffers independent sizes, for situations

Completed in 22 milliseconds