Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/src/
H A Dble_hci_uart.c130 static struct os_mempool ble_hci_uart_pkt_pool; variable
220 pkt = os_memblock_get(&ble_hci_uart_pkt_pool); in ble_hci_uart_acl_tx()
244 pkt = os_memblock_get(&ble_hci_uart_pkt_pool); in ble_hci_uart_cmdevt_tx()
319 os_memblock_put(&ble_hci_uart_pkt_pool, pkt); in ble_hci_uart_tx_pkt_type()
1102 os_memblock_put(&ble_hci_uart_pkt_pool, pkt); in ble_hci_trans_reset()
1174 rc = os_mempool_init(&ble_hci_uart_pkt_pool, in ble_hci_uart_init()