Lines Matching full:service
158 * i.e., If you add new Service ID for BTA, the correct security ID of the new service
159 * from Security service definitions (btm_api.h) should be added to this lookup table.
744 /* covert BTA service mask to BTM mask */
1072 if(p_data->auth_reply.service < BTA_MAX_SERVICE_ID)
1074 /* convert BTA service id to BTM mask */
1075 btm_mask_index = bta_service_id_to_btm_srv_id_lkup_tbl[p_data->auth_reply.service] / 32;
1076 trusted_mask[btm_mask_index] |= (UINT32)(1 << (bta_service_id_to_btm_srv_id_lkup_tbl[p_data->auth_reply.service] - (UINT32)(btm_mask_index * 32)));
1269 /* If no Service Search going on then issue cancel remote name in case it is active */
1412 /* If no Service Search going on then issue cancel remote name in case it is active */
1550 /* start name and service discovery from the first device on inquiry result */
1634 UINT16 service = 0xFFFF;
1668 service = bta_service_id_to_uuid_lkup_tbl[bta_dm_search_cb.service_index-1];
1669 p_sdp_rec = SDP_FindServiceInDb(bta_dm_search_cb.p_sdp_db, service, p_sdp_rec);
1672 /* finished with BR/EDR services, now we check the result for GATT based service UUID */
1679 service = p_uuid->uu.uuid16;
1685 /* find a service record, report it */
1696 result.disc_ble_res.service.len = service_uuid.len;
1697 result.disc_ble_res.service.uu.uuid16 = service_uuid.uu.uuid16;
1717 /* If Plug and Play service record, check to see if Broadcom stack */
1718 if (service == UUID_SERVCLASS_PNP_INFORMATION)
1759 else /* regular one service per search or PNP search */
1776 /* find a service record, report it */
1931 ** Description Service discovery result when discovering services on a device
1943 /* if any BR/EDR service discovery has been done, report the event */
1961 ** Description Service discovery result while searching for devices
1983 /* if service searching is done with EIR, don't search next device */
2126 ** Description Current Service Discovery or remote name procedure is
2233 /* last one? clear the BLE service bit if all discovery has been done */
2242 /* remove the service from services to be searched */
2364 ** Description Starts name and service discovery on the device
2407 /* if application wants to discover service */
2464 /* start GATT for service discovery */
2480 /* name discovery and service discovery are done for this device */
2607 ** Description Remote name call back from BTM during service discovery
2721 sec_event.authorize.service = service_id;
2726 /* get the BTA service id corresponding to BTM id */
2729 sec_event.authorize.service = index;
2736 /* if supported service callback otherwise not authorized */
2739 /* pass through JV service ID */
4339 /* always do GATT based service discovery by SDP instead of from EIR */
4340 /* if GATT based service is also to be put in EIR, need to modify this */
4361 /* If Plug and Play service record, need to check to see if Broadcom stack */
4369 /* remove the service from services to be searched */
4376 /* remove the service from services to be searched */
4395 ** Description This function adds or removes service UUID in EIR database.
5095 ** Description This function starts a GATT service search request.
5116 ** Description This function process the GATT service search result.
5133 APPL_TRACE_DEBUG3("ADDING BLE SERVICE uuid=0x%x, ble_ptr = 0x%x, ble_raw_used = 0x%x", service_id.uuid.uu.uuid16,bta_dm_search_cb.p_ble_rawdata,bta_dm_search_cb.ble_raw_used);
5150 APPL_TRACE_ERROR3("%s out of room to accomodate more service ids ble_raw_size = %d ble_raw_used = %d", __FUNCTION__,bta_dm_search_cb.ble_raw_size, bta_dm_search_cb.ble_raw_used );
5161 memcpy(&result.disc_ble_res.service, &service_id.uuid, sizeof(tBT_UUID));
5171 ** Description This function process the GATT service search complete.
5265 ** Description This is GATT initiate the service search by open a GATT connection
5291 ** Description This is GATT cancel the GATT service search.