Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c228 tGATTS_PENDING_NEW_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid,… in gatt_sr_is_new_srv_chg()
230 tGATTS_PENDING_NEW_SRV_START *p_buf = NULL; in gatt_sr_is_new_srv_chg()
239 p_buf = (tGATTS_PENDING_NEW_SRV_START *)list_node(node); in gatt_sr_is_new_srv_chg()
284 tGATTS_PENDING_NEW_SRV_START *gatt_add_pending_new_srv_start(tGATTS_HNDL_RANGE *p_new_srv_start) in gatt_add_pending_new_srv_start()
286 tGATTS_PENDING_NEW_SRV_START *p_buf; in gatt_add_pending_new_srv_start()
289 …if ((p_buf = (tGATTS_PENDING_NEW_SRV_START *)osi_malloc((UINT16)sizeof(tGATTS_PENDING_NEW_SRV_STAR… in gatt_add_pending_new_srv_start()
Dgatt_api.c165 tGATTS_PENDING_NEW_SRV_START *p_buf = NULL; in GATTS_CreateService()
395 tGATTS_PENDING_NEW_SRV_START *p_buf; in GATTS_DeleteService()
471 tGATTS_PENDING_NEW_SRV_START *p_buf; in GATTS_StartService()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h641 extern tGATTS_PENDING_NEW_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_sv…
650 extern tGATTS_PENDING_NEW_SRV_START *gatt_add_pending_new_srv_start( tGATTS_HNDL_RANGE *p_new_srv_s…
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h652 } tGATTS_PENDING_NEW_SRV_START; typedef