Found 4 other functions taking a
tBTA_SERVICE_MASK_EXT
argument:
* Function bta_dm_discover_send_msg * Description This function send discover message to BTA task. * Returns void
* Function BTA_DmSearchExt * Description This function searches for peer Bluetooth devices. It performs * an inquiry and gets the remote name for devices. Service * discovery is done if services is non zero * Parameters p_dm_inq: inquiry conditions * p_services: if service is not empty, service discovery will be done. * for all GATT based service condition, put num_uuid, and * p_uuid is the pointer to the list of UUID values. * p_cback: callback function when search is completed. * Returns void
* Function BTA_DmDiscoverExt * Description This function does service discovery for services of a * peer device. When services.num_uuid is 0, it indicates all * GATT based services are to be searched; other wise a list of * UUID of interested services should be provided through * p_services->p_uuid. * Returns void
* Function BTA_DmDiscoverByTransport * Description This function does service discovery on particular transport * for services of a * peer device. When services.num_uuid is 0, it indicates all * GATT based services are to be searched; otherwise a list of * UUID of interested services should be provided through * p_services->p_uuid. * Returns void