Searched refs:CID_NVAL (Results 1 – 3 of 3) sorted by relevance
31 #define CID_NVAL 0xffff macro548 cid = CID_NVAL; in mod_app_status()602 cid = vnd ? net_buf_simple_pull_le16(buf) : CID_NVAL; in mod_sub_list_handle()658 cid = vnd ? net_buf_simple_pull_le16(buf) : CID_NVAL; in mod_app_list_handle()759 cid = CID_NVAL; in mod_pub_status()834 cid = CID_NVAL; in mod_sub_status()1545 if (cid != CID_NVAL) { in mod_app_bind()1557 return mod_app_bind(net_idx, addr, elem_addr, mod_app_idx, mod_id, CID_NVAL, status); in bt_mesh_cfg_cli_mod_app_bind()1564 if (cid == CID_NVAL) { in bt_mesh_cfg_cli_mod_app_bind_vnd()1594 if (cid != CID_NVAL) { in mod_app_unbind()[all …]
16 #define CID_NVAL 0xffff macro1499 if (cid == CID_NVAL) { in mod_pub_get()1584 if (cid == CID_NVAL) { in mod_pub_set()1624 cid = CID_NVAL; in cmd_mod_pub()1647 uint16_t addr, mod_id, cid = CID_NVAL; in cmd_mod_pub_va()
32 #define CID_NVAL 0xffff macro