Searched refs:tx_octets (Results 1 – 10 of 10) sorted by relevance
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/ |
D | ble_hs_hci_util.c | 108 int ble_hs_hci_util_set_data_len(uint16_t conn_handle, uint16_t tx_octets, uint16_t tx_time) in ble_hs_hci_util_set_data_len() argument 114 if (tx_octets < BLE_HCI_SET_DATALEN_TX_OCTETS_MIN || in ble_hs_hci_util_set_data_len() 115 tx_octets > BLE_HCI_SET_DATALEN_TX_OCTETS_MAX) { in ble_hs_hci_util_set_data_len() 125 cmd.tx_octets = htole16(tx_octets); in ble_hs_hci_util_set_data_len()
|
D | ble_hs_hci_priv.h | 102 int ble_hs_hci_util_set_data_len(uint16_t conn_handle, uint16_t tx_octets,
|
D | ble_gap.c | 4564 int ble_gap_set_data_length(uint16_t conn_handle, uint16_t tx_octets, uint16_t tx_time) in ble_gap_set_data_length() argument 4568 rc = ble_hs_hci_util_set_data_len(conn_handle, tx_octets, tx_time); in ble_gap_set_data_length()
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/hl/api/ |
D | hal_gapc_task.h | 1060 uint16_t tx_octets; member
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/include/host/ |
D | ble_gap.h | 1764 int ble_gap_set_data_length(uint16_t conn_handle, uint16_t tx_octets, uint16_t tx_time);
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/ |
D | hcimsgs.h | 829 BOOLEAN btsnd_hcic_ble_set_data_length(UINT16 conn_handle, UINT16 tx_octets,
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/hcic/ |
D | hciblecmds.c | 1010 BOOLEAN btsnd_hcic_ble_set_data_length(UINT16 conn_handle, UINT16 tx_octets, UINT16 tx_time) in btsnd_hcic_ble_set_data_length() argument 1028 UINT16_TO_STREAM(pp, tx_octets); in btsnd_hcic_ble_set_data_length()
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_inc/ |
D | sonata_gap_api.h | 2336 uint16_t sonata_ble_gap_set_le_pkt_size(uint8_t conidx, uint16_t tx_octets, uint16_t tx_time);
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/include/nimble/ |
D | hci_common.h | 429 uint16_t tx_octets; member
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/common/api/ |
D | bt_common_hci.h | 3017 uint16_t tx_octets; member
|