Home | History | Annotate | Download | only in gatt

Lines Matching full:service

159     tBT_UUID                uuid;               /* service declaration */
161 tGATT_INCL_SRVC incl_handle; /* included service */
197 /* Service Database definition
204 BUFFER_Q svc_buffer; /* buffer queue used for service database */
212 /* A service registration information record consists of beginning and ending */
213 /* attribute handle, service UUID and a set of GATT server callback. */
216 tGATT_SVC_DB *p_db; /* pointer to the service database */
219 UINT32 sdp_handle; /* primamry service SDP handle */
220 UINT16 service_instance; /* service instance number */
221 UINT16 type; /* service type UUID, primary or secondary */
222 UINT16 s_hdl; /* service starting handle */
223 UINT16 e_hdl; /* service ending handle */
224 tGATT_IF gatt_if; /* this service is belong to which application */
231 /* A service registration information record consists of beginning and ending */
232 /* attribute handle, service UUID and a set of GATT server callback. */
452 tGATT_SVC_CHG gattp_attr; /* GATT profile attribute service change */
459 BUFFER_Q srv_chg_clt_q; /* service change clients queue */
460 BUFFER_Q pending_new_srv_start_q; /* pending new service start queue */
655 extern BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID service, BOOLEAN is_pri, UINT16 s_hdl, UINT16 num_handle);
656 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT_UUID service);