Searched refs:ble_hci_uart_evt_lo_pool (Results 1 – 1 of 1) sorted by relevance
92 static struct os_mempool ble_hci_uart_evt_lo_pool; variable1005 buf = os_memblock_get(&ble_hci_uart_evt_lo_pool); in ble_hci_trans_buf_alloc()1010 buf = os_memblock_get(&ble_hci_uart_evt_lo_pool); in ble_hci_trans_buf_alloc()1043 } else if (os_memblock_from(&ble_hci_uart_evt_lo_pool, buf)) { in ble_hci_trans_buf_free()1044 rc = os_memblock_put(&ble_hci_uart_evt_lo_pool, buf); in ble_hci_trans_buf_free()1161 rc = os_mempool_init(&ble_hci_uart_evt_lo_pool, in ble_hci_uart_init()