Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c612 p_new->p_prev = NULL; in gatt_add_a_srv_to_list()
618 p_new->p_prev = p_list->p_last; in gatt_add_a_srv_to_list()
625 if (p_old->p_prev != NULL) { in gatt_add_a_srv_to_list()
626 p_old->p_prev->p_next = p_new; in gatt_add_a_srv_to_list()
631 p_new->p_prev = p_old->p_prev; in gatt_add_a_srv_to_list()
633 p_old->p_prev = p_new; in gatt_add_a_srv_to_list()
663 if (p_remove->p_prev == NULL) { in gatt_remove_a_srv_from_list()
666 p_remove->p_next->p_prev = NULL; in gatt_remove_a_srv_from_list()
669 p_list->p_last = p_remove->p_prev; in gatt_remove_a_srv_from_list()
670 p_remove->p_prev->p_next = NULL; in gatt_remove_a_srv_from_list()
[all …]
/hal_espressif-3.7.0/components/bt/host/bluedroid/common/include/common/
Dbt_defs.h28 struct _tle *p_prev; member
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_devctl.c641 tBTM_DEV_STATUS_CB *p_prev = btm_cb.devcb.p_dev_status_cb; in BTM_RegisterForDeviceStatusNotif() local
644 return (p_prev); in BTM_RegisterForDeviceStatusNotif()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h319 struct hdl_list_elem *p_prev; member
334 struct srv_list_elem *p_prev; member