Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h359 …uint16_t start_hdl; /*!< Gatt start handle value of included … member
369 …uint16_t start_hdl; /*!< Gatt start handle value of included … member
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c323 incl_svc_desc->start_hdl); in btc_gatts_act_create_attr_tab()
453 } else if((svc_desc->start_hdl == 0) || (svc_desc->end_hdl == 0) || in btc_gatts_check_valid_attr_tab()
454 (svc_desc->start_hdl == svc_desc->end_hdl)) { in btc_gatts_check_valid_attr_tab()
456 __func__, svc_desc->start_hdl, svc_desc->end_hdl); in btc_gatts_check_valid_attr_tab()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1585 UINT32 gatt_add_sdp_record (tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl) in gatt_add_sdp_record() argument
1593 GATT_TRACE_DEBUG("gatt_add_sdp_record s_hdl=0x%x s_hdl=0x%x", start_hdl, end_hdl); in gatt_add_sdp_record()
1631 proto_elem_list[1].params[0] = start_hdl; in gatt_add_sdp_record()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h622 extern UINT32 gatt_add_sdp_record (tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl);