Home
last modified time | relevance | path

Searched defs:ble_hs_hci_ack (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_hci_priv.h49 struct ble_hs_hci_ack { struct
50 int bha_status; /* A BLE_HS_E<...> error; NOT a naked HCI code. */
51 uint8_t *bha_params;
52 int bha_params_len;
53 uint16_t bha_opcode;
54 uint8_t bha_hci_handle;
H A Dble_hs_hci.c36 static uint8_t *ble_hs_hci_ack; variable