Searched refs:end_hdl (Results 1 – 6 of 6) sorted by relevance
367 …uint16_t end_hdl; /*!< Gatt end handle value of included se… member377 …uint16_t end_hdl; /*!< Gatt end handle value of included 12… member
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()
1561 UINT32 gatt_add_sdp_record (tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl) in gatt_add_sdp_record() argument1569 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()
614 incl_svc.end_hdl = incl_svc.start_hdl + BAS_IDX_NB -1; in esp_hidd_prf_cb_hdl()
606 extern UINT32 gatt_add_sdp_record (tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl);
394 dev->hid_incl_svc.end_hdl = dev->bat_svc.handle + BAS_IDX_NB - 1; in bat_event_handler()