Searched defs:tx_time (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_api.c | 460 __hci_api_weak__ int hci_api_le_get_max_data_len(uint16_t *tx_octets, uint16_t *tx_time) in hci_api_le_get_max_data_len() 483 __hci_api_weak__ int hci_api_le_get_default_data_len(uint16_t *tx_octets, uint16_t *tx_time) in hci_api_le_get_default_data_len() 503 __hci_api_weak__ int hci_api_le_set_default_data_len(uint16_t tx_octets, uint16_t tx_time) in hci_api_le_set_default_data_len() 527 …_api_weak__ int hci_api_le_set_data_len(int16_t conn_handle, uint16_t tx_octets, uint16_t tx_time) in hci_api_le_set_data_len()
|
A D | hci_core.c | 1322 static int hci_le_read_max_data_len(u16_t *tx_octets, u16_t *tx_time) in hci_le_read_max_data_len() 2046 int bt_le_set_data_len(struct bt_conn *conn, u16_t tx_octets, u16_t tx_time) in bt_le_set_data_len() 2267 u16_t tx_octets, tx_time; in conn_auto_initiate() local 6348 u16_t tx_octets, tx_time; in le_init() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/api/ |
A D | gapc_task.h | 876 uint16_t tx_time; member
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | hci.h | 870 u16_t tx_time; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/ |
A D | co_hci.h | 2941 uint16_t tx_time; member
|
Completed in 47 milliseconds