Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c156 UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, in GATTS_CreateService() argument
178 if ((p_list = gatt_find_hdl_buffer_by_app_id(p_app_uuid128, p_svc_uuid, svc_inst)) != NULL) { in GATTS_CreateService()
182 … if ( (p_svc_uuid->len == LEN_UUID_16) && (p_svc_uuid->uu.uuid16 == UUID_SERVCLASS_GATT_SERVER)) { in GATTS_CreateService()
185 …} else if ((p_svc_uuid->len == LEN_UUID_16) && (p_svc_uuid->uu.uuid16 == UUID_SERVCLASS_GAP_SERVER… in GATTS_CreateService()
215 p_list->asgn_range.svc_uuid = *p_svc_uuid; in GATTS_CreateService()
244 if (!gatts_init_service_db(&p_list->svc_db, p_svc_uuid, is_pri, s_hdl , num_handles)) { in GATTS_CreateService()
388 BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst) in GATTS_DeleteService() argument
406 if ((p_list = gatt_find_hdl_buffer_by_app_id(p_app_uuid128, p_svc_uuid, svc_inst)) == NULL) { in GATTS_DeleteService()
424 p_svc_uuid, in GATTS_DeleteService()
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() argument
242 && gatt_uuid_compare (*p_svc_uuid, p->svc_uuid) in gatt_sr_is_new_srv_chg()
411 tBT_UUID *p_svc_uuid, in gatt_find_hdl_buffer_by_app_id() argument
421 && gatt_uuid_compare (*p_svc_uuid, p_list->asgn_range.svc_uuid) in gatt_find_hdl_buffer_by_app_id()
523 tBT_UUID *p_svc_uuid; in gatt_is_last_attribute() local
530 p_svc_uuid = gatts_get_service_uuid (p_rcb->p_db); in gatt_is_last_attribute()
532 if (gatt_uuid_compare(value, *p_svc_uuid)) { in gatt_is_last_attribute()
1430 UINT8 gatt_sr_find_i_rcb_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst) in gatt_sr_find_i_rcb_by_app_id() argument
1442 gatt_uuid_compare (*p_svc_uuid, *p_this_uuid) && in gatt_sr_find_i_rcb_by_app_id()
1445 gatt_dbg_display_uuid(*p_svc_uuid); in gatt_sr_find_i_rcb_by_app_id()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h748 extern UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
827 extern BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h639 …W_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst…
654 …EM *gatt_find_hdl_buffer_by_app_id (tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst…
680 extern UINT8 gatt_sr_find_i_rcb_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc…