Home
last modified time | relevance | path

Searched refs:end_hdl (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h367 …uint16_t end_hdl; /*!< Gatt end handle value of included se… member
377 …uint16_t end_hdl; /*!< Gatt end handle value of included 12… member
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c453 } 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.4.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1561 UINT32 gatt_add_sdp_record (tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl) in gatt_add_sdp_record() argument
1569 GATT_TRACE_DEBUG("gatt_add_sdp_record s_hdl=0x%x s_hdl=0x%x", start_hdl, end_hdl); in gatt_add_sdp_record()
1608 proto_elem_list[1].params[1] = end_hdl; in gatt_add_sdp_record()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dhid_device_le_prf.c614 incl_svc.end_hdl = incl_svc.start_hdl + BAS_IDX_NB -1; in esp_hidd_prf_cb_hdl()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h606 extern UINT32 gatt_add_sdp_record (tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl);
/hal_espressif-3.4.0/components/esp_hid/src/
Dble_hidd.c394 dev->hid_incl_svc.end_hdl = dev->bat_svc.handle + BAS_IDX_NB - 1; in bat_event_handler()