Lines Matching refs:services
153 #define BTA_ALL_SERVICE_MASK 0x3FFFFFFF /* All services supported by BTA. */
155 #define BTA_ALL_SERVICE_MASK 0x1FFFFFFF /* All services supported by BTA. */
377 tBTA_BLE_SERVICE services; /* services */
866 tBTA_SERVICE_MASK services; /* Services found on peer device. */
882 tBT_UUID service; /* GATT based Services UUID found on peer device. */
1022 ** typically called at startup or when Bluetooth services
1164 ** parameter services is nonzero, service discovery will be
1165 ** performed on each device for the services specified.
1171 BTA_API extern void BTA_DmSearch(tBTA_DM_INQ *p_dm_inq, tBTA_SERVICE_MASK services,
1191 ** Description This function performs service discovery for the services
1198 BTA_API extern void BTA_DmDiscover(BD_ADDR bd_addr, tBTA_SERVICE_MASK services,
1206 ** Description This function performs service discovery for the services
1794 ** discovery is done if services is non zero
1797 ** services: if service is not empty, service discovery will be done.
1814 ** Description This function does service discovery for services of a
1815 ** peer device. When services.num_uuid is 0, it indicates all
1816 ** GATT based services are to be searched; other wise a list of
1817 ** UUID of interested services should be provided through
1818 ** services.p_uuid.