Searched refs:resp_len (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_bin_cmds.c | 227 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 D | hci.h | 21 …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 D | h5.c | 1451 …_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 D | modbluetooth.h | 405 …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 D | modbluetooth_nimble.c | 1811 …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