Home | History | Annotate | Download | only in gatt

Lines Matching refs:s_hdl

61                                UINT16 s_hdl, UINT16 num_handle)
70 GATT_TRACE_DEBUG2("s_hdl = %d num_handle = %d", s_hdl, num_handle );
73 p_db->next_handle = s_hdl;
74 p_db->end_handle = s_hdl + num_handle;
416 GATT_TRACE_DEBUG3("gatts_add_included_service: s_hdl = 0x%04x e_hdl = 0x%04x uuid = 0x%04x",