Home | History | Annotate | Download | only in ag

Lines Matching full:service

38 /* Number of elements in service class id list. */
41 /* size of database for service discovery */
154 /* add service class id list */
172 /* add service name */
223 /* if service is set in mask */
278 /* if service registered for this scb and not registered for any other scb */
299 ** for requested service.
305 BOOLEAN bta_ag_sdp_find_attr(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service)
313 if (service & BTA_HFP_SERVICE_MASK)
318 else if (service & BTA_HSP_SERVICE_MASK && p_scb->role == BTA_AG_INT)
364 if (service & BTA_HFP_SERVICE_MASK)
399 ** Description Do service discovery.
405 void bta_ag_do_disc(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service)
414 if (service & BTA_HFP_SERVICE_MASK && p_scb->role == BTA_AG_INT)
424 else if (service & BTA_HFP_SERVICE_MASK && p_scb->role == BTA_AG_ACP)
433 else if (service & BTA_HSP_SERVICE_MASK && p_scb->role == BTA_AG_INT)
459 /* set up service discovery database; attr happens to be attr_list len */
468 /*Service discovery not initiated */