Home
last modified time | relevance | path

Searched refs:ble_hs_hci_cmd_tx_empty_ack (Results 1 – 9 of 9) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/src/
H A Dbletest_hci.c353 return ble_hs_hci_cmd_tx_empty_ack(buf); in bletest_hci_le_set_multi_adv_data()
366 return ble_hs_hci_cmd_tx_empty_ack(opcode, buf, sizeof(buf)); in bletest_hci_le_set_adv_data()
378 rc = ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_LE, in bletest_hci_le_start_encrypt()
454 return ble_hs_hci_cmd_tx_empty_ack(buf); in bletest_hci_le_set_multi_adv_params()
465 rc = ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_LE, in bletest_hci_le_set_adv_params()
587 return ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_LE, in bletest_hci_le_set_event_mask()
598 return ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_CTLR_BASEBAND, in bletest_hci_set_event_mask()
629 return ble_hs_hci_cmd_tx_empty_ack(buf); in bletest_hci_le_set_multi_scan_rsp_data()
642 return ble_hs_hci_cmd_tx_empty_ack(opcode, buf, sizeof(buf)); in bletest_hci_le_set_scan_rsp_data()
657 rc = ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_LE, BLE_HCI_OCF_LE_SET_SCAN_PARAMS), in bletest_hci_cmd_le_set_scan_params()
[all …]
H A Dbletest.c633 rc = ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_LE, in bletest_init_scanner()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_startup.c268 rc = ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_LE, in ble_hs_startup_le_set_evmask_tx()
297 rc = ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_CTLR_BASEBAND, in ble_hs_startup_set_evmask_tx()
310 rc = ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_CTLR_BASEBAND, in ble_hs_startup_set_evmask_tx()
326 rc = ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_CTLR_BASEBAND, in ble_hs_startup_reset_tx()
H A Dble_hs_hci_util.c133 rc = ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_LE, in ble_hs_hci_util_set_random_addr()
239 rc = ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_LE, in ble_hs_hci_set_chan_class()
H A Dble_gap.c1327 rc = ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_LE, in ble_gap_rd_rem_sup_feat_tx()
1722 rc = ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_LE, in ble_gap_wl_tx_add()
1737 rc = ble_hs_hci_cmd_tx_empty_ack( in ble_gap_wl_tx_clear()
1821 rc = ble_hs_hci_cmd_tx_empty_ack(opcode, buf, sizeof(buf)); in ble_gap_adv_enable_tx()
1985 rc = ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_LE, in ble_gap_adv_params_tx()
2176 rc = ble_hs_hci_cmd_tx_empty_ack(opcode, buf, sizeof(buf)); in ble_gap_adv_set_data()
2209 rc = ble_hs_hci_cmd_tx_empty_ack(opcode, buf, sizeof(buf)); in ble_gap_adv_rsp_set_data()
2471 rc = ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_LE, in ble_gap_ext_adv_set_addr_no_lock()
2586 rc = ble_hs_hci_cmd_tx_empty_ack(opcode, buf, sizeof(buf)); in ble_gap_ext_adv_start()
2624 rc = ble_hs_hci_cmd_tx_empty_ack(opcode, buf, sizeof(buf)); in ble_gap_ext_adv_stop_no_lock()
[all …]
H A Dble_hs_hci.c328 ble_hs_hci_cmd_tx_empty_ack(uint16_t opcode, void *cmd, uint8_t cmd_len) in ble_hs_hci_cmd_tx_empty_ack() function
H A Dble_hs_hci_priv.h77 int ble_hs_hci_cmd_tx_empty_ack(uint16_t opcode, void *cmd, uint8_t cmd_len);
H A Dble_hs_hci_cmd.c550 return ble_hs_hci_cmd_tx_empty_ack( in ble_hs_hci_cmd_tx_set_ctlr_to_host_fc()
567 return ble_hs_hci_cmd_tx_empty_ack( in ble_hs_hci_cmd_tx_host_buf_size()
H A Dble_sm.c1042 rc = ble_hs_hci_cmd_tx_empty_ack(BLE_HCI_OP(BLE_HCI_OGF_LE, in ble_sm_start_encrypt_tx()