Searched refs:k_timeout_t (Results 1 – 16 of 16) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | buf.h | 64 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 D | buf.h | 787 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 D | conn_internal.h | 266 k_timeout_t timeout, 277 size_t reserve, k_timeout_t timeout); 286 k_timeout_t timeout, 298 k_timeout_t timeout);
|
A D | hci_raw.c | 72 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 D | att_internal.h | 288 struct bt_att_req *bt_att_req_alloc(k_timeout_t timeout);
|
A D | l2cap_internal.h | 305 k_timeout_t timeout);
|
A D | conn.c | 2550 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 D | l2cap.c | 442 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 D | l2cap_br.c | 230 struct net_buf *buf, k_timeout_t timeout) in l2cap_br_chan_send_req()
|
A D | rfcomm.c | 534 k_timeout_t timeout = K_FOREVER; in rfcomm_dlc_tx_thread()
|
A D | hci_api.c | 152 struct net_buf *bt_buf_get_cmd_complete(k_timeout_t timeout) in bt_buf_get_cmd_complete()
|
A D | smp.c | 462 k_timeout_t timeout; in smp_create_pdu() 1156 k_timeout_t timeout; in smp_br_create_pdu()
|
A D | att.c | 2844 struct bt_att_req *bt_att_req_alloc(k_timeout_t timeout) in bt_att_req_alloc()
|
A D | hci_core.c | 9529 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 D | buf.c | 150 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 D | types.h | 30 typedef bt_s32_t k_timeout_t; typedef
|
Completed in 62 milliseconds