Searched refs:start_hdl (Results 1 – 4 of 4) sorted by relevance
359 …uint16_t start_hdl; /*!< Gatt start handle value of included … member369 …uint16_t start_hdl; /*!< Gatt start handle value of included … member
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()
1585 UINT32 gatt_add_sdp_record (tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl) in gatt_add_sdp_record() argument1593 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()
622 extern UINT32 gatt_add_sdp_record (tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl);