Lines Matching defs:profile
213 attr_t avrcp_attrs[] = { /* Audio Video Remote Control Profile */
347 attr_t mps_attrs[] = { /* Multi-Profile Specification */
393 attr_t hdp_attrs[] = { /* Health Device Profile */
455 { 0x1134, "Message Access Profile", NULL, 0 },
456 { 0x1135, "Global Navigation Satellite System Profile", NULL, 0 },
461 { 0x113a, "Multi-Profile Specification Profile",NULL, 0 },
462 { 0x113b, "Multi-Profile Specification Server", A(mps_attrs) },
465 { 0x113e, "Calendar, Tasks & Notes Profile", NULL, 0 },
482 { 0x1800, "Generic Access Profile", NULL, 0 },
1113 sdp_data_t seq, profile;
1122 if (!sdp_get_seq(&seq, &profile)
1123 || !sdp_get_uuid(&profile, &uuid)
1124 || !sdp_get_uint16(&profile, &v))
1130 if (profile.next != profile.end)
1131 printf(" [additional profile data]");