Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dbuf.h64 struct net_buf *bt_buf_get_rx(enum bt_buf_type type, k_timeout_t timeout);
79 struct net_buf *bt_buf_get_tx(enum bt_buf_type type, k_timeout_t timeout,
91 struct net_buf *bt_buf_get_cmd_complete(k_timeout_t timeout);
104 struct net_buf *bt_buf_get_evt(u8_t evt, bool discardable, k_timeout_t timeout);
/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h787 u8_t * (*alloc)(struct net_buf *buf, size_t *size, k_timeout_t timeout);
1071 k_timeout_t timeout, const char *func,
1077 k_timeout_t timeout);
1104 k_timeout_t timeout, const char *func,
1110 k_timeout_t timeout);
1135 k_timeout_t timeout,
1143 k_timeout_t timeout);
1162 struct net_buf *net_buf_get(struct kfifo *fifo, k_timeout_t timeout);
1271 struct net_buf *net_buf_clone(struct net_buf *buf, k_timeout_t timeout);
1910 typedef struct net_buf *(*net_buf_allocator_cb)(k_timeout_t timeout,
[all …]
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dconn_internal.h266 k_timeout_t timeout,
277 size_t reserve, k_timeout_t timeout);
286 k_timeout_t timeout,
298 k_timeout_t timeout);
A Dhci_raw.c72 struct net_buf *bt_buf_get_rx(enum bt_buf_type type, k_timeout_t timeout) in bt_buf_get_rx()
96 struct net_buf *bt_buf_get_tx(enum bt_buf_type type, k_timeout_t timeout, in bt_buf_get_tx()
152 struct net_buf *bt_buf_get_cmd_complete(k_timeout_t timeout) in bt_buf_get_cmd_complete()
157 struct net_buf *bt_buf_get_evt(u8_t evt, bool discardable, k_timeout_t timeout) in bt_buf_get_evt()
A Datt_internal.h288 struct bt_att_req *bt_att_req_alloc(k_timeout_t timeout);
A Dl2cap_internal.h305 k_timeout_t timeout);
A Dconn.c2550 k_timeout_t timeout, in bt_conn_create_frag_timeout_debug()
2553 struct net_buf *bt_conn_create_frag_timeout(size_t reserve, k_timeout_t timeout) in bt_conn_create_frag_timeout_debug()
2573 k_timeout_t timeout, in bt_conn_create_pdu_timeout_debug()
2577 size_t reserve, k_timeout_t timeout) in bt_conn_create_pdu_timeout_debug()
A Dl2cap.c442 struct net_buf *buf, k_timeout_t timeout) in l2cap_chan_send_req()
580 k_timeout_t timeout) in bt_l2cap_create_pdu_timeout()
2057 static struct net_buf *l2cap_alloc_frag(k_timeout_t timeout, void *user_data) in l2cap_alloc_frag()
A Dl2cap_br.c230 struct net_buf *buf, k_timeout_t timeout) in l2cap_br_chan_send_req()
A Drfcomm.c534 k_timeout_t timeout = K_FOREVER; in rfcomm_dlc_tx_thread()
A Dhci_api.c152 struct net_buf *bt_buf_get_cmd_complete(k_timeout_t timeout) in bt_buf_get_cmd_complete()
A Dsmp.c462 k_timeout_t timeout; in smp_create_pdu()
1156 k_timeout_t timeout; in smp_br_create_pdu()
A Datt.c2844 struct bt_att_req *bt_att_req_alloc(k_timeout_t timeout) in bt_att_req_alloc()
A Dhci_core.c9529 struct net_buf *bt_buf_get_rx(enum bt_buf_type type, k_timeout_t timeout) in bt_buf_get_rx()
9555 struct net_buf *bt_buf_get_cmd_complete(k_timeout_t timeout) in bt_buf_get_cmd_complete()
9579 struct net_buf *bt_buf_get_evt(u8_t evt, bool discardable, k_timeout_t timeout) in bt_buf_get_evt()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c150 k_timeout_t timeout) in mem_pool_data_alloc()
201 k_timeout_t timeout) in fixed_data_alloc()
251 k_timeout_t timeout) in heap_data_alloc()
316 k_timeout_t timeout, const char *func, in net_buf_alloc_len_debug()
320 k_timeout_t timeout) in net_buf_alloc_len_debug()
437 k_timeout_t timeout, const char *func, in net_buf_alloc_fixed_debug()
447 k_timeout_t timeout) in net_buf_alloc_fixed()
458 k_timeout_t timeout, in net_buf_alloc_with_data_debug()
463 k_timeout_t timeout) in net_buf_alloc_with_data_debug()
487 struct net_buf *net_buf_get(struct kfifo *fifo, k_timeout_t timeout) in net_buf_get_debug()
[all …]
/AliOS-Things-master/components/ble_host/include/ble_types/
A Dtypes.h30 typedef bt_s32_t k_timeout_t; typedef

Completed in 62 milliseconds