Home | History | Annotate | Download | only in gatt

Lines Matching full:service

44 static void gatts_db_add_service_declaration(tGATT_SVC_DB *p_db, tBT_UUID service, BOOLEAN is_pri);
52 ** Description This function initialize a memory space to be a service database.
60 BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID service, BOOLEAN is_pri,
72 /* update service database information */
76 gatts_db_add_service_declaration(p_db, service, is_pri);
85 ** Description This function initialize a memory space to be a service database.
97 GATT_TRACE_ERROR0("service DB empty");
404 ** Description This function adds an included service into a database.
407 ** inc_srvc_type: included service type.
413 tBT_UUID service)
418 s_handle, e_handle, service.uu.uuid16);
420 if (service.len == 0 || s_handle == 0 || e_handle == 0)
432 memcpy(&p_attr->p_value->incl_handle.service_type, &service, sizeof(tBT_UUID));
450 ** a servce identified by the service database pointer.
579 /* Service Attribute Database Query Utility Functions */
877 ** service : type of attribute to be added.
1048 ** Description Utility function to allocate extra buffer for service database.
1123 ** Description Update a service database service declaration record.
1126 ** service: UUID of the service.
1131 static void gatts_db_add_service_declaration(tGATT_SVC_DB *p_db, tBT_UUID service, BOOLEAN is_pri)
1138 /* add service declration record */
1143 memcpy (&p_attr->p_value->uuid, &service, sizeof(tBT_UUID));