Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/esp_gdbstub/src/
Dgdbstub.c400 TaskHandle_t cur_handle = (TaskHandle_t)xTaskGetCurrentTaskHandleForCPU(xPortGetCoreID()); in find_paniced_task_index() local
403 if (get_task_handle(i, &handle) && cur_handle == handle) { in find_paniced_task_index()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/sdp/
Dsdp_discovery.c452 p_ccb->cur_handle++; in process_service_attr_rsp()
457 if (p_ccb->cur_handle < p_ccb->num_handles) { in process_service_attr_rsp()
478 UINT32_TO_BE_STREAM (p, p_ccb->handles[p_ccb->cur_handle]); in process_service_attr_rsp()
Dsdp_main.c608 p_ccb->cur_handle = 0; in sdp_disconnect()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h186 UINT16 cur_handle; /* Current handle being processed */ member