/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | health_cli.c | 35 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 D | cfg_cli.c | 354 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 D | provisioner_main.c | 1192 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 D | cidriver.c | 109 CID_FaceInfo cid = &face->cid; in cid_get_ros() local 143 FT_UInt *cid ) in cid_get_cid_from_glyph_index()
|
A D | cidload.c | 78 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 D | cidobjs.c | 198 CID_FaceInfo cid; in cid_face_done() local 350 CID_FaceInfo cid = &face->cid; in cid_face_init() local
|
A D | cidgload.c | 45 CID_FaceInfo cid = &face->cid; in cid_load_glyph() local
|
A D | cidparse.h | 73 CID_FaceInfo cid; member
|
/AliOS-Things-master/components/py_engine/tests/multi_bluetooth/ |
A D | ble_l2cap.py | 77 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 D | shell.c | 1688 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 D | ftcid.c | 93 FT_UInt *cid ) in FT_Get_CID_From_Glyph_Index()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | l2cap_internal.h | 28 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 D | l2cap_br.c | 100 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 D | l2cap.c | 122 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 D | l2cap.h | 117 u16_t cid; member 164 u16_t cid; member
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modbluetooth.c | 863 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 D | l2cc_task.h | 126 uint16_t cid; member 144 uint16_t cid; member
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.c | 1589 …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 D | access.h | 169 #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 D | modbluetooth_btstack.c | 1441 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 D | cffdrivr.c | 533 FT_UInt *cid ) in cff_get_cid_from_glyph_index()
|
A D | cffload.c | 825 FT_UInt cid ) in cff_charset_cid_to_gindex()
|
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | models.h | 120 #define MESH_MODEL_OP3(b0, cid) ((((b0) << 16) | 0xc00000) | (cid)) argument
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | t1types.h | 233 CID_FaceInfoRec cid; member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/ |
A D | mesh_node.c | 210 uint16_t cid; member
|