Home
last modified time | relevance | path

Searched refs:ble_hs_hci_cmd_send_buf (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_flow.c82 rc = ble_hs_hci_cmd_send_buf( in ble_hs_flow_tx_num_comp_pkts()
H A Dble_hs_hci.c294 rc = ble_hs_hci_cmd_send_buf(opcode, cmd, cmd_len); in ble_hs_hci_cmd_tx()
H A Dble_hs_hci_priv.h103 int ble_hs_hci_cmd_send_buf(uint16_t opcode, void *buf, uint8_t buf_len);
H A Dble_hs_hci_cmd.c102 ble_hs_hci_cmd_send_buf(uint16_t opcode, void *buf, uint8_t buf_len) in ble_hs_hci_cmd_send_buf() function