Searched refs:srvc_res (Results 1 – 6 of 6) sorted by relevance
864 tBTA_GATTC_SRVC_RES *srvc_res = &arg->srvc_res; in btc_gattc_cb_handler() local866 gattc_if = BTC_GATT_GET_GATT_IF(srvc_res->conn_id); in btc_gattc_cb_handler()867 param.search_res.conn_id = BTC_GATT_GET_CONN_ID(srvc_res->conn_id); in btc_gattc_cb_handler()868 param.search_res.start_handle = srvc_res->start_handle; in btc_gattc_cb_handler()869 param.search_res.end_handle = srvc_res->end_handle; in btc_gattc_cb_handler()870 param.search_res.is_primary = srvc_res->is_primary; in btc_gattc_cb_handler()871 bta_to_btc_gatt_id(¶m.search_res.srvc_id, &srvc_res->service_uuid); in btc_gattc_cb_handler()
1127 cb_data.srvc_res.conn_id = p_clcb->bta_conn_id; in bta_gattc_search_service()1128 cb_data.srvc_res.service_uuid.inst_id = p_cache->handle; in bta_gattc_search_service()1129 cb_data.srvc_res.start_handle = p_cache->s_handle; in bta_gattc_search_service()1130 cb_data.srvc_res.end_handle = p_cache->e_handle; in bta_gattc_search_service()1131 cb_data.srvc_res.is_primary = p_cache->is_primary; in bta_gattc_search_service()1132 memcpy(&cb_data.srvc_res.service_uuid.uuid, &p_cache->uuid, sizeof(tBT_UUID)); in bta_gattc_search_service()
1369 handle = BLE_MESH_GATT_GET_CONN_ID(p_data->srvc_res.conn_id); in bt_mesh_bta_gattc_cb()1373 if (p_data->srvc_res.service_uuid.uuid.len == 2 && in bt_mesh_bta_gattc_cb()1374 … p_data->srvc_res.service_uuid.uuid.uu.uuid16 == bt_mesh_gattc_info[i].service_uuid) { in bt_mesh_bta_gattc_cb()1375 bt_mesh_gattc_info[i].start_handle = p_data->srvc_res.start_handle; in bt_mesh_bta_gattc_cb()1376 bt_mesh_gattc_info[i].end_handle = p_data->srvc_res.end_handle; in bt_mesh_bta_gattc_cb()
434 tBTA_GATTC_SRVC_RES srvc_res; /* discovery result */ member
2782 bta_hh_le_search_result(&p_data->srvc_res); in bta_hh_gattc_callback()
6676 bta_dm_gatt_disc_result(p_data->srvc_res.service_uuid); in bta_dm_gattc_callback()