Home
last modified time | relevance | path

Searched refs:resp_len (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_bin_cmds.c227 uint16_t resp_len = 0; in genie_bin_cmd_type_command() local
234 resp_len = mesh_adv_ctl(p_u8[5], resp); in genie_bin_cmd_type_command()
241 resp_len = reset_prov_info(resp); in genie_bin_cmd_type_command()
287 resp_len = 2; in genie_bin_cmd_type_command()
312 resp_len += 2; in genie_bin_cmd_type_command()
317 resp_len = 2; in genie_bin_cmd_type_command()
332 resp_len = 2; in genie_bin_cmd_type_command()
355 resp_len = 2; in genie_bin_cmd_type_command()
361 resp_len = 2; in genie_bin_cmd_type_command()
370 if (resp_len > 0) //need response in genie_bin_cmd_type_command()
[all …]
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/devices/
A Dhci.h21 …t)(uint16_t opcode, uint8_t* send_data, uint32_t send_len, uint8_t* resp_data, uint32_t *resp_len);
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5.c1451 …_cb(uint16_t opcode, uint8_t* send_data, uint32_t send_len, uint8_t* resp_data, uint32_t *resp_len) in hci_driver_send_cmd_cb() argument
1476 if (*resp_len < rsp->len) { in hci_driver_send_cmd_cb()
1483 *resp_len = rsp->len; in hci_driver_send_cmd_cb()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.h405 …uint16_t ocf, const uint8_t *req, size_t req_len, uint8_t *resp, size_t resp_len, uint8_t *status);
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c1811 …uint16_t ocf, const uint8_t *req, size_t req_len, uint8_t *resp, size_t resp_len, uint8_t *status)… in mp_bluetooth_hci_cmd() argument
1812 int rc = ble_hs_hci_cmd_tx(BLE_HCI_OP(ogf, ocf), req, req_len, resp, resp_len); in mp_bluetooth_hci_cmd()

Completed in 12 milliseconds