Home
last modified time | relevance | path

Searched refs:tx_len_waiting (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c1349 if(p_acl->tx_len_waiting == p_acl->data_length_params.tx_len) { in l2cble_process_data_length_change_event()
1357 btsnd_hcic_ble_set_data_length(handle, p_acl->tx_len_waiting, in l2cble_process_data_length_change_event()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h166 UINT16 tx_len_waiting; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c5563 p_acl_cb->tx_len_waiting = p_data->ble_set_data_length.tx_data_length; in bta_dm_ble_set_data_length()