Searched defs:send_buf (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/mbmaster/src/adu/rtu/ |
A D | rtu.c | 15 uint8_t *send_buf; in rtu_assemble() local
|
/AliOS-Things-master/components/ble_host/ble_profiles/ |
A D | ota_server.c | 427 static uint8_t send_buf[6] = {0xff, 0x03, 0x00, 0x00, 0x00, 0xfe}; in ota_request() local 455 uint8_t send_buf[4] = {0xff, 0x01, 0x01, 0xfe}; in ble_ota_process() local 510 uint8_t send_buf[4] = {0xff, 0x04, 0x00, 0xfe}; in ble_ota_process() local
|
/AliOS-Things-master/components/http/src/ |
A D | http_client.c | 114 static int httpclient_get_info(httpclient_t *client, char *send_buf, int *send_idx, char *buf, size… in httpclient_get_info() 166 static int httpclient_send_auth(httpclient_t *client, char *send_buf, int *send_idx) in httpclient_send_auth() 194 char *send_buf = NULL; in httpclient_send_header() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/hci_driver/ |
A D | hci_driver.c | 55 uint8_t send_buf[HCI_SEND_BUF_SIZE]; member
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_httpc.c | 95 httpclient_t *client, char *send_buf, int *send_idx, char *buf, in _utils_fill_tx_buffer() 134 char send_buf[HTTPCLIENT_SEND_BUF_SIZE] = { 0 }; in _http_send_header() local
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | conn.c | 1475 static bool send_buf(struct bt_conn *conn, struct net_buf *buf) in send_buf() function
|
Completed in 16 milliseconds