Searched refs:start_hdl (Results 1 – 6 of 6) sorted by relevance
366 …uint16_t start_hdl; /*!< Gatt start handle value of included … member376 …uint16_t start_hdl; /*!< Gatt start handle value of included … member
613 incl_svc.start_hdl = param->add_attr_tab.handles[BAS_IDX_SVC]; in esp_hidd_prf_cb_hdl()614 incl_svc.end_hdl = incl_svc.start_hdl + BAS_IDX_NB -1; in esp_hidd_prf_cb_hdl()616 __func__, incl_svc.start_hdl); in esp_hidd_prf_cb_hdl()
323 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()
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()1607 proto_elem_list[1].params[0] = start_hdl; in gatt_add_sdp_record()
606 extern UINT32 gatt_add_sdp_record (tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl);
393 dev->hid_incl_svc.start_hdl = dev->bat_svc.handle; in bat_event_handler()