Home
last modified time | relevance | path

Searched defs:cid (Results 1 – 25 of 28) sorted by relevance

12

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dhealth_cli.c35 u16_t cid; member
48 u16_t cid; in health_fault_status() local
98 u16_t cid; in health_current_status() local
388 u16_t cid, u8_t test_id, u8_t *faults, in bt_mesh_health_fault_test()
440 u16_t cid, u8_t *test_id, u8_t *faults, in bt_mesh_health_fault_clear()
492 u16_t cid, u8_t *test_id, u8_t *faults, in bt_mesh_health_fault_get()
A Dcfg_cli.c354 u16_t cid; member
359 u16_t elem_addr, mod_app_idx, mod_id, cid; in mod_app_status() local
410 u16_t cid; member
418 u16_t mod_id, cid, elem_addr; in mod_pub_status() local
499 u16_t cid; member
504 u16_t elem_addr, sub_addr, mod_id, cid; in mod_sub_status() local
1473 u16_t cid, u8_t *status) in bt_mesh_cfg_mod_app_unbind_vnd()
1583 u16_t cid, u8_t *status) in bt_mesh_cfg_mod_sub_overwrite_vnd()
1593 u16_t cid, u16_t *virt_addr, u8_t *status) in mod_sub_va()
1654 u16_t cid, u16_t *virt_addr, u8_t *status) in bt_mesh_cfg_mod_sub_va_add_vnd()
[all …]
A Dprovisioner_main.c1192 int bt_mesh_provisioner_unbind_local_model_app_idx(u16_t elem_addr, u16_t mod_id, u16_t cid, u16_t … in bt_mesh_provisioner_unbind_local_model_app_idx()
1243 int bt_mesh_provisioner_bind_local_model_app_idx(u16_t elem_addr, u16_t mod_id, u16_t cid, u16_t ap… in bt_mesh_provisioner_bind_local_model_app_idx()
/AliOS-Things-master/components/freetype/src/cid/
A Dcidriver.c109 CID_FaceInfo cid = &face->cid; in cid_get_ros() local
143 FT_UInt *cid ) in cid_get_cid_from_glyph_index()
A Dcidload.c78 CID_FaceInfo cid = &face->cid; in cid_load_keyword() local
218 CID_FaceInfo cid = &face->cid; in parse_fd_array() local
403 CID_FaceInfo cid = &face->cid; in cid_read_subrs() local
A Dcidobjs.c198 CID_FaceInfo cid; in cid_face_done() local
350 CID_FaceInfo cid = &face->cid; in cid_face_init() local
A Dcidgload.c45 CID_FaceInfo cid = &face->cid; in cid_load_glyph() local
A Dcidparse.h73 CID_FaceInfo cid; member
/AliOS-Things-master/components/py_engine/tests/multi_bluetooth/
A Dble_l2cap.py77 def send_data(ble, conn_handle, cid): argument
89 def recv_data(ble, conn_handle, cid): argument
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/
A Dshell.c1688 u16_t elem_addr, sub_addr, mod_id, cid; in cmd_mod_sub_add() local
1723 u16_t elem_addr, sub_addr, mod_id, cid; in cmd_mod_sub_del() local
1758 u16_t elem_addr, sub_addr, mod_id, cid; in cmd_mod_sub_add_va() local
1798 u16_t elem_addr, sub_addr, mod_id, cid; in cmd_mod_sub_del_va() local
2301 u16_t addr, mod_id, cid; in cmd_mod_pub() local
2660 u16_t cid; in cmd_fault_get() local
2686 u16_t cid; in cmd_fault_clear() local
2709 u16_t cid; in cmd_fault_clear_unack() local
2732 u16_t cid; in cmd_fault_test() local
2756 u16_t cid; in cmd_fault_test_unack() local
[all …]
/AliOS-Things-master/components/freetype/src/base/
A Dftcid.c93 FT_UInt *cid ) in FT_Get_CID_From_Glyph_Index()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dl2cap_internal.h28 u16_t cid; member
190 u16_t cid; member
238 u16_t cid; member
256 u16_t cid; member
324 static inline void bt_l2cap_send(struct bt_conn *conn, u16_t cid, in bt_l2cap_send()
A Dl2cap_br.c100 u16_t cid) in bt_l2cap_br_lookup_rx_cid()
114 u16_t cid) in bt_l2cap_br_lookup_tx_cid()
131 u16_t cid; in l2cap_br_chan_alloc_cid() local
1039 u16_t cid) in l2cap_br_remove_tx_cid()
1485 u16_t cid; in bt_l2cap_br_recv() local
A Dl2cap.c122 u16_t cid; in l2cap_chan_alloc_cid() local
587 int bt_l2cap_send_cb(struct bt_conn *conn, u16_t cid, struct net_buf *buf, in bt_l2cap_send_cb()
687 u16_t cid) in bt_l2cap_le_lookup_tx_cid()
701 u16_t cid) in bt_l2cap_le_lookup_rx_cid()
1246 u16_t cid) in l2cap_remove_rx_cid()
1809 u16_t credits, cid; in le_credits() local
2245 u16_t cid; in bt_l2cap_recv() local
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dl2cap.h117 u16_t cid; member
164 u16_t cid; member
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.c863 mp_int_t cid = mp_obj_get_int(cid_in); in bluetooth_ble_l2cap_disconnect() local
870 mp_int_t cid = mp_obj_get_int(args[2]); in bluetooth_ble_l2cap_send() local
882 mp_int_t cid = mp_obj_get_int(args[2]); in bluetooth_ble_l2cap_recvinto() local
1240 mp_int_t mp_bluetooth_on_l2cap_accept(uint16_t conn_handle, uint16_t cid, uint16_t psm, uint16_t ou… in mp_bluetooth_on_l2cap_accept()
1249 void mp_bluetooth_on_l2cap_connect(uint16_t conn_handle, uint16_t cid, uint16_t psm, uint16_t our_m… in mp_bluetooth_on_l2cap_connect()
1254 void mp_bluetooth_on_l2cap_disconnect(uint16_t conn_handle, uint16_t cid, uint16_t psm, uint16_t st… in mp_bluetooth_on_l2cap_disconnect()
1259 void mp_bluetooth_on_l2cap_send_ready(uint16_t conn_handle, uint16_t cid, uint8_t status) { in mp_bluetooth_on_l2cap_send_ready()
1264 void mp_bluetooth_on_l2cap_recv(uint16_t conn_handle, uint16_t cid) { in mp_bluetooth_on_l2cap_recv()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/api/
A Dl2cc_task.h126 uint16_t cid; member
144 uint16_t cid; member
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c1589 …etooth_nimble_l2cap_channel_t *get_l2cap_channel_for_conn_cid(uint16_t conn_handle, uint16_t cid) { in get_l2cap_channel_for_conn_cid()
1675 int mp_bluetooth_l2cap_disconnect(uint16_t conn_handle, uint16_t cid) { in mp_bluetooth_l2cap_disconnect()
1684 int mp_bluetooth_l2cap_send(uint16_t conn_handle, uint16_t cid, const uint8_t *buf, size_t len, boo… in mp_bluetooth_l2cap_send()
1752 int mp_bluetooth_l2cap_recvinto(uint16_t conn_handle, uint16_t cid, uint8_t *buf, size_t *len) { in mp_bluetooth_l2cap_recvinto()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Daccess.h169 #define BT_MESH_MODEL_OP_3(b0, cid) ((((b0) << 16) | 0xc00000) | (cid)) argument
418 u16_t cid; member
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/
A Dmodbluetooth_btstack.c1441 int mp_bluetooth_l2cap_disconnect(uint16_t conn_handle, uint16_t cid) { in mp_bluetooth_l2cap_disconnect()
1446 int mp_bluetooth_l2cap_send(uint16_t conn_handle, uint16_t cid, const uint8_t *buf, size_t len, boo… in mp_bluetooth_l2cap_send()
1451 int mp_bluetooth_l2cap_recvinto(uint16_t conn_handle, uint16_t cid, uint8_t *buf, size_t *len) { in mp_bluetooth_l2cap_recvinto()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffdrivr.c533 FT_UInt *cid ) in cff_get_cid_from_glyph_index()
A Dcffload.c825 FT_UInt cid ) in cff_charset_cid_to_gindex()
/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dmodels.h120 #define MESH_MODEL_OP3(b0, cid) ((((b0) << 16) | 0xc00000) | (cid)) argument
/AliOS-Things-master/components/freetype/include/internal/
A Dt1types.h233 CID_FaceInfoRec cid; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/
A Dmesh_node.c210 uint16_t cid; member

Completed in 54 milliseconds

12