Home
last modified time | relevance | path

Searched refs:retry_count (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c34 uint8_t retry_count; member
558 adv_record[i].retry_count = 0; in BTM_BleStartExtAdv()
569 adv_record[index].retry_count = 0; in BTM_BleStartExtAdv()
583 adv_record[index].retry_count = 0; in BTM_BleStartExtAdv()
614 adv_record[index].retry_count ++; in BTM_BleStartExtAdvRestart()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h447 UINT8 retry_count; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1358 p_clcb->retry_count < GATT_REQ_RETRY_LIMIT) { in gatt_rsp_timeout()
1364 p_clcb->retry_count++; in gatt_rsp_timeout()
Dgatt_cl.c1170 p_clcb->retry_count = 0; in gatt_client_handle_server_rsp()